fs: make helpers idmap mount aware
[linux-2.6-block.git] / fs / f2fs / acl.c
index 6a95bf28f60210ea00974c8f0f6ed5f09f513f01..a19e86c9adac7708df0b75f8ca16e29a4b592be4 100644 (file)
@@ -249,7 +249,8 @@ static int __f2fs_set_acl(struct inode *inode, int type,
        return error;
 }
 
-int f2fs_set_acl(struct inode *inode, struct posix_acl *acl, int type)
+int f2fs_set_acl(struct user_namespace *mnt_userns, struct inode *inode,
+                struct posix_acl *acl, int type)
 {
        if (unlikely(f2fs_cp_error(F2FS_I_SB(inode))))
                return -EIO;