diff options
author | Kent Overstreet <kent.overstreet@gmail.com> | 2020-11-29 23:55:51 -0500 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@gmail.com> | 2020-11-30 00:06:46 -0500 |
commit | 1e574cb1aa07ab3a796c7d6c5501b96f3056ef4d (patch) | |
tree | ebcb516a753e19eb83f2dd4ed9b4f851f8afd911 /libbcachefs/inode.h | |
parent | 41bec63b265a38dd9fa168b6042ea5bf07135048 (diff) |
Update bcachefs sources to 021e62a098 bcachefs: Fix error in filesystem initialization
Diffstat (limited to 'libbcachefs/inode.h')
-rw-r--r-- | libbcachefs/inode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbcachefs/inode.h b/libbcachefs/inode.h index ef7e885..dbdfcf6 100644 --- a/libbcachefs/inode.h +++ b/libbcachefs/inode.h @@ -71,7 +71,7 @@ void bch2_inode_init(struct bch_fs *, struct bch_inode_unpacked *, int bch2_inode_create(struct btree_trans *, struct bch_inode_unpacked *); -int bch2_inode_rm(struct bch_fs *, u64); +int bch2_inode_rm(struct bch_fs *, u64, bool); int bch2_inode_find_by_inum_trans(struct btree_trans *, u64, struct bch_inode_unpacked *); |