stop passing nameidata to ->lookup()
[deliverable/linux.git] / fs / ufs / namei.c
index a2281cadefa120c444d3022843d7504019037c04..bc77fa170b9dd236c0ae894fd3033bd5caea950e 100644 (file)
@@ -46,7 +46,7 @@ static inline int ufs_add_nondir(struct dentry *dentry, struct inode *inode)
        return err;
 }
 
-static struct dentry *ufs_lookup(struct inode * dir, struct dentry *dentry, struct nameidata *nd)
+static struct dentry *ufs_lookup(struct inode * dir, struct dentry *dentry, unsigned int flags)
 {
        struct inode * inode = NULL;
        ino_t ino;
This page took 0.024373 seconds and 5 git commands to generate.