stop passing nameidata to ->lookup()
[deliverable/linux.git] / Documentation / filesystems / Locking
index 52a057367f6f7b84169e6b55f7be416b9f909e69..33f2c8f1db814691cc7ee41bbbaab68dd42a523e 100644 (file)
@@ -38,8 +38,7 @@ d_manage:     no              no              yes (ref-walk)  maybe
 --------------------------- inode_operations --------------------------- 
 prototypes:
        int (*create) (struct inode *,struct dentry *,umode_t, struct nameidata *);
-       struct dentry * (*lookup) (struct inode *,struct dentry *, struct nameid
-ata *);
+       struct dentry * (*lookup) (struct inode *,struct dentry *, unsigned int);
        int (*link) (struct dentry *,struct inode *,struct dentry *);
        int (*unlink) (struct inode *,struct dentry *);
        int (*symlink) (struct inode *,struct dentry *,const char *);
This page took 0.029 seconds and 5 git commands to generate.