]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - libbcachefs/acl.h
Update bcachefs sources to 3856459b1b bcachefs: bch2_btree_iter_peek_node_and_restart()
[bcachefs-tools-debian] / libbcachefs / acl.h
index 2d76a4897ba89ae3d4ef43135ecea243af9e1a7e..ac206f6584e9856828f061d3bbe6343251f1c901 100644 (file)
@@ -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 user_namespace *, struct dentry *, 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 user_namespace *, struct dentry *, struct posix_acl *, int);
 int bch2_acl_chmod(struct btree_trans *, subvol_inum,
                   struct bch_inode_unpacked *,
                   umode_t, struct posix_acl **);