fs: make helpers idmap mount aware
[linux-block.git] / fs / orangefs / acl.c
index 628921952d16637909f2cee752bccdb835da929b..18852b9ed82b785999ee5081d7308707348ca9ee 100644 (file)
@@ -116,7 +116,8 @@ out:
        return error;
 }
 
-int orangefs_set_acl(struct inode *inode, struct posix_acl *acl, int type)
+int orangefs_set_acl(struct user_namespace *mnt_userns, struct inode *inode,
+                    struct posix_acl *acl, int type)
 {
        int error;
        struct iattr iattr;