stop passing nameidata to ->lookup()
[deliverable/linux.git] / fs / ecryptfs / inode.c
index a07441a0a8789a9ee1e43f5be0d2b43ec3ee04e8..4ab50c3f5ab26b2c26dcc350e72cb15e022e664f 100644 (file)
@@ -374,7 +374,7 @@ static int ecryptfs_lookup_interpose(struct dentry *dentry,
  */
 static struct dentry *ecryptfs_lookup(struct inode *ecryptfs_dir_inode,
                                      struct dentry *ecryptfs_dentry,
-                                     struct nameidata *ecryptfs_nd)
+                                     unsigned int flags)
 {
        char *encrypted_and_encoded_name = NULL;
        size_t encrypted_and_encoded_name_size;
This page took 0.040594 seconds and 5 git commands to generate.