]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - fs/hppfs/hppfs.c
stop passing nameidata to ->lookup()
[mirror_ubuntu-artful-kernel.git] / fs / hppfs / hppfs.c
index d4f93b52cec512723447fb1390a9c9b6cca8b45f..e5c06531dcc4ec067a58696820a45d9f50e2e21e 100644 (file)
@@ -138,7 +138,7 @@ static int file_removed(struct dentry *dentry, const char *file)
 }
 
 static struct dentry *hppfs_lookup(struct inode *ino, struct dentry *dentry,
-                                  struct nameidata *nd)
+                                  unsigned int flags)
 {
        struct dentry *proc_dentry, *parent;
        struct qstr *name = &dentry->d_name;