summaryrefslogtreecommitdiff
path: root/fs/bcachefs/acl.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/bcachefs/acl.h')
-rw-r--r--fs/bcachefs/acl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/bcachefs/acl.h b/fs/bcachefs/acl.h
index 2d76a4897ba8..14cabbc91808 100644
--- a/fs/bcachefs/acl.h
+++ b/fs/bcachefs/acl.h
@@ -26,12 +26,12 @@ typedef struct {
__le32 a_version;
} bch_acl_header;
-struct posix_acl *bch2_get_acl(struct inode *, int, bool);
+struct posix_acl *bch2_get_acl(struct inode *, int);
int bch2_set_acl_trans(struct btree_trans *, subvol_inum,
struct bch_inode_unpacked *,
struct posix_acl *, int);
-int bch2_set_acl(struct user_namespace *, struct inode *, struct posix_acl *, int);
+int bch2_set_acl(struct inode *, struct posix_acl *, int);
int bch2_acl_chmod(struct btree_trans *, subvol_inum,
struct bch_inode_unpacked *,
umode_t, struct posix_acl **);