stop passing nameidata to ->lookup()
[deliverable/linux.git] / Documentation / filesystems / vfs.txt
index b9a406b2ed0f860378b6241011bde0e9543901e9..ee786354946cc8d1e3f0d31f3b9613fff98d088b 100644 (file)
@@ -342,7 +342,7 @@ filesystem. As of kernel 2.6.22, the following members are defined:
 
 struct inode_operations {
        int (*create) (struct inode *,struct dentry *, umode_t, struct nameidata *);
-       struct dentry * (*lookup) (struct inode *,struct dentry *, struct nameidata *);
+       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.027686 seconds and 5 git commands to generate.