]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - fs/ecryptfs/dentry.c
fsstack/ecryptfs: remove unused get_nlinks param to fsstack_copy_attr_all
[mv-sheeva.git] / fs / ecryptfs / dentry.c
index 2dda5ade75bc78a06461d0b62fbb9f74bde28678..8f006a0d6076f3dbe61ce9d2dd956e7b853d0132 100644 (file)
@@ -62,7 +62,7 @@ static int ecryptfs_d_revalidate(struct dentry *dentry, struct nameidata *nd)
                struct inode *lower_inode =
                        ecryptfs_inode_to_lower(dentry->d_inode);
 
-               fsstack_copy_attr_all(dentry->d_inode, lower_inode, NULL);
+               fsstack_copy_attr_all(dentry->d_inode, lower_inode);
        }
 out:
        return rc;