fs: port ->permission() to pass mnt_idmap
[linux-block.git] / fs / ntfs3 / ntfs_fs.h
index 9d45a259695c60d97ce7f2e9a255f5a24d06abdd..9b649a5b6bebf21d349b421a3c2ec0c550c5908b 100644 (file)
@@ -869,7 +869,7 @@ int ntfs_init_acl(struct user_namespace *mnt_userns, struct inode *inode,
 #endif
 
 int ntfs_acl_chmod(struct mnt_idmap *idmap, struct dentry *dentry);
-int ntfs_permission(struct user_namespace *mnt_userns, struct inode *inode,
+int ntfs_permission(struct mnt_idmap *idmap, struct inode *inode,
                    int mask);
 ssize_t ntfs_listxattr(struct dentry *dentry, char *buffer, size_t size);
 extern const struct xattr_handler *ntfs_xattr_handlers[];