fs: port ->set_acl() to pass mnt_idmap
[linux-block.git] / fs / ocfs2 / acl.h
index a897c4e41b269fc26c64c80ee5bb62dc8658e77c..667c6f03fa606f32b4e65ffeebe28868ce7e58c8 100644 (file)
@@ -17,7 +17,7 @@ struct ocfs2_acl_entry {
 };
 
 struct posix_acl *ocfs2_iop_get_acl(struct inode *inode, int type, bool rcu);
-int ocfs2_iop_set_acl(struct user_namespace *mnt_userns, struct dentry *dentry,
+int ocfs2_iop_set_acl(struct mnt_idmap *idmap, struct dentry *dentry,
                      struct posix_acl *acl, int type);
 extern int ocfs2_acl_chmod(struct inode *, struct buffer_head *);
 extern int ocfs2_init_acl(handle_t *, struct inode *, struct inode *,