]> git.sesse.net Git - bcachefs-tools-debian/blobdiff - libbcachefs/acl.h
Update bcachefs sources to 8fd009dd76 bcachefs: Rip out code for storing backpointers...
[bcachefs-tools-debian] / libbcachefs / acl.h
index 2ad214bd64aa5fd06290293ce2b62d45c878e41e..ac206f6584e9856828f061d3bbe6343251f1c901 100644 (file)
@@ -26,12 +26,12 @@ typedef struct {
        __le32          a_version;
 } bch_acl_header;
 
-struct posix_acl *bch2_get_acl(struct inode *, int);
+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 **);