fs: port ->set_acl() to pass mnt_idmap
[linux-block.git] / fs / orangefs / orangefs-kernel.h
index 064a52980283063fcee8bc7a4efef0e310273c12..f1ac4bd03c8dae056132b72bf631095d64bce660 100644 (file)
@@ -106,7 +106,7 @@ enum orangefs_vfs_op_states {
 extern const struct xattr_handler *orangefs_xattr_handlers[];
 
 extern struct posix_acl *orangefs_get_acl(struct inode *inode, int type, bool rcu);
-extern int orangefs_set_acl(struct user_namespace *mnt_userns,
+extern int orangefs_set_acl(struct mnt_idmap *idmap,
                            struct dentry *dentry, struct posix_acl *acl,
                            int type);
 int __orangefs_set_acl(struct inode *inode, struct posix_acl *acl, int type);