]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - fs/ext3/namei.c
stop passing nameidata to ->lookup()
[mirror_ubuntu-artful-kernel.git] / fs / ext3 / namei.c
index eeb63dfc5d20320b0b7876022b342920294e7754..86d25f3f6043658b8bf123fa1c3e71df87fc4f62 100644 (file)
@@ -1011,7 +1011,7 @@ errout:
        return NULL;
 }
 
-static struct dentry *ext3_lookup(struct inode * dir, struct dentry *dentry, struct nameidata *nd)
+static struct dentry *ext3_lookup(struct inode * dir, struct dentry *dentry, unsigned int flags)
 {
        struct inode * inode;
        struct ext3_dir_entry_2 * de;