]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - Documentation/filesystems/vfs.txt
don't pass nameidata to ->create()
[mirror_ubuntu-zesty-kernel.git] / Documentation / filesystems / vfs.txt
index ee786354946cc8d1e3f0d31f3b9613fff98d088b..aa754e01464e1c71f55869da9d5222ef763518d7 100644 (file)
@@ -341,7 +341,7 @@ This describes how the VFS can manipulate an inode in your
 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 *);
+       int (*create) (struct inode *,struct dentry *, umode_t, bool);
        struct dentry * (*lookup) (struct inode *,struct dentry *, unsigned int);
        int (*link) (struct dentry *,struct inode *,struct dentry *);
        int (*unlink) (struct inode *,struct dentry *);