ecryptfs: replace remaining __FUNCTION__ occurrences
[deliverable/linux.git] / fs / ecryptfs / inode.c
index e2386115210105ecbbb01376a7290d0dd4dbe107..a7d5d7d2b2a7d137d832397ae40d5fc8ab5c4485 100644 (file)
@@ -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,
This page took 0.023646 seconds and 5 git commands to generate.