mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-30 10:49:28 +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
|
@ -219,7 +219,7 @@ int ecryptfs_interpose(struct dentry *lower_dentry, struct dentry *dentry,
|
|||
if (rc) {
|
||||
printk(KERN_ERR "%s: Error attempting to initialize the "
|
||||
"persistent file for the dentry with name [%s]; "
|
||||
"rc = [%d]\n", __FUNCTION__, dentry->d_name.name, rc);
|
||||
"rc = [%d]\n", __func__, dentry->d_name.name, rc);
|
||||
goto out;
|
||||
}
|
||||
out:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue