fs: make helpers idmap mount aware
[linux-2.6-microblaze.git] / fs / jffs2 / acl.c
index 5f27ac5..55a79df 100644 (file)
@@ -226,7 +226,8 @@ static int __jffs2_set_acl(struct inode *inode, int xprefix, struct posix_acl *a
        return rc;
 }
 
-int jffs2_set_acl(struct inode *inode, struct posix_acl *acl, int type)
+int jffs2_set_acl(struct user_namespace *mnt_userns, struct inode *inode,
+                 struct posix_acl *acl, int type)
 {
        int rc, xprefix;