summaryrefslogtreecommitdiff
path: root/libbcachefs/acl.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2021-06-10 20:21:18 -0400
committerKent Overstreet <kent.overstreet@gmail.com>2021-06-10 20:25:55 -0400
commitff578c6718bb6bbeb8f33f2f52ebfb4b4b28edc7 (patch)
treea7fb0b5b164387f889b60ba561c93a4a8f3b6650 /libbcachefs/acl.h
parent58ae103b0a2b5d881d6e8ff68fe17bb822148ce7 (diff)
Update bcachefs sources to 69be0dae31 bcachefs: Always zero memory from bch2_trans_kmalloc()
Diffstat (limited to 'libbcachefs/acl.h')
-rw-r--r--libbcachefs/acl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbcachefs/acl.h b/libbcachefs/acl.h
index ba210c26..25fc54dd 100644
--- a/libbcachefs/acl.h
+++ b/libbcachefs/acl.h
@@ -32,7 +32,7 @@ int bch2_set_acl_trans(struct btree_trans *,
struct bch_inode_unpacked *,
const struct bch_hash_info *,
struct posix_acl *, int);
-int bch2_set_acl(struct inode *, struct posix_acl *, int);
+int bch2_set_acl(struct user_namespace *, struct inode *, struct posix_acl *, int);
int bch2_acl_chmod(struct btree_trans *, struct bch_inode_unpacked *,
umode_t, struct posix_acl **);