fs: make helpers idmap mount aware
[sfrench/cifs-2.6.git] / fs / ceph / acl.c
index 52a01ddbc4acb81cb9727caf46e165c73ec47b19..529af59d9fd30cbc9041ca25a3f6d86a2f4d7623 100644 (file)
@@ -82,7 +82,8 @@ retry:
        return acl;
 }
 
-int ceph_set_acl(struct inode *inode, struct posix_acl *acl, int type)
+int ceph_set_acl(struct user_namespace *mnt_userns, struct inode *inode,
+                struct posix_acl *acl, int type)
 {
        int ret = 0, size = 0;
        const char *name = NULL;