]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blobdiff - Documentation/filesystems/Locking
switch vfs_mkdir() and ->mkdir() to umode_t
[mirror_ubuntu-zesty-kernel.git] / Documentation / filesystems / Locking
index d819ba16a0c7eb71c8b85201ef0bc59da37a4837..6c7676d9c0eab028c93a51130cc6573bed3566f9 100644 (file)
@@ -43,7 +43,7 @@ ata *);
        int (*link) (struct dentry *,struct inode *,struct dentry *);
        int (*unlink) (struct inode *,struct dentry *);
        int (*symlink) (struct inode *,struct dentry *,const char *);
-       int (*mkdir) (struct inode *,struct dentry *,int);
+       int (*mkdir) (struct inode *,struct dentry *,umode_t);
        int (*rmdir) (struct inode *,struct dentry *);
        int (*mknod) (struct inode *,struct dentry *,int,dev_t);
        int (*rename) (struct inode *, struct dentry *,