]> Pileus Git - ~andy/linux/blobdiff - fs/hostfs/hostfs_kern.c
stop passing nameidata to ->lookup()
[~andy/linux] / fs / hostfs / hostfs_kern.c
index 2afa5bbccf9baf9cc4389d88940cb21516bf8bb8..0ea005228e1bd52a9ad8a08290b69a277bcf652b 100644 (file)
@@ -595,7 +595,7 @@ int hostfs_create(struct inode *dir, struct dentry *dentry, umode_t mode,
 }
 
 struct dentry *hostfs_lookup(struct inode *ino, struct dentry *dentry,
-                            struct nameidata *nd)
+                            unsigned int flags)
 {
        struct inode *inode;
        char *name;