fs: make helpers idmap mount aware
[linux-block.git] / fs / xfs / xfs_acl.c
index 368351298bd5eb290021d304f03e19a89b7428e0..332e87153c6cc520538a0cfcaad9ef68f11c3ce9 100644 (file)
@@ -238,7 +238,8 @@ xfs_acl_set_mode(
 }
 
 int
-xfs_set_acl(struct inode *inode, struct posix_acl *acl, int type)
+xfs_set_acl(struct user_namespace *mnt_userns, struct inode *inode,
+           struct posix_acl *acl, int type)
 {
        umode_t mode;
        bool set_mode = false;