mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 23:32:14 +00:00
ecryptfs: replace remaining __FUNCTION__ occurrences
__FUNCTION__ is gcc-specific, use __func__ Signed-off-by: Harvey Harrison <harvey.harrison@gmail.com> Cc: Michael Halcrow <mhalcrow@us.ibm.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
05db67a4f2
commit
18d1dbf1d4
6 changed files with 36 additions and 36 deletions
|
@ -121,7 +121,7 @@ ecryptfs_do_create(struct inode *directory_inode,
|
|||
ecryptfs_dentry, mode, nd);
|
||||
if (rc) {
|
||||
printk(KERN_ERR "%s: Failure to create dentry in lower fs; "
|
||||
"rc = [%d]\n", __FUNCTION__, rc);
|
||||
"rc = [%d]\n", __func__, rc);
|
||||
goto out_lock;
|
||||
}
|
||||
rc = ecryptfs_interpose(lower_dentry, ecryptfs_dentry,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue