stop passing nameidata to ->lookup()
[deliverable/linux.git] / fs / exofs / namei.c
index fc7161d6bf6bb7d816a18314dab290e9b7cffda1..909ed6ea4cf63c95548d08ab5cdb142aa1653343 100644 (file)
@@ -46,7 +46,7 @@ static inline int exofs_add_nondir(struct dentry *dentry, struct inode *inode)
 }
 
 static struct dentry *exofs_lookup(struct inode *dir, struct dentry *dentry,
-                                  struct nameidata *nd)
+                                  unsigned int flags)
 {
        struct inode *inode;
        ino_t ino;
This page took 0.03719 seconds and 5 git commands to generate.