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:
committed by
Linus Torvalds
parent
05db67a4f2
commit
18d1dbf1d4
@@ -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,
|
||||
|
Reference in New Issue
Block a user