fs: port ->set_acl() to pass mnt_idmap
[linux-block.git] / fs / gfs2 / acl.h
index b8de8c148f5c0c68e9c0be4c6737a1ad50b1b64a..d4deb2b1995952dabbd50a892f500f355445d9a4 100644 (file)
@@ -13,7 +13,7 @@
 
 extern struct posix_acl *gfs2_get_acl(struct inode *inode, int type, bool rcu);
 extern int __gfs2_set_acl(struct inode *inode, struct posix_acl *acl, int type);
-extern int gfs2_set_acl(struct user_namespace *mnt_userns, struct dentry *dentry,
+extern int gfs2_set_acl(struct mnt_idmap *idmap, struct dentry *dentry,
                        struct posix_acl *acl, int type);
 
 #endif /* __ACL_DOT_H__ */