diff options
author | Kent Overstreet <kent.overstreet@gmail.com> | 2019-03-16 01:20:46 +0300 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2023-10-23 00:08:18 +0300 |
commit | 4d8100daa9bb6c243cd39be0956005a76eec36ee (patch) | |
tree | d27dbb35311b15c0014342a8fd7c72bca28737df /fs/bcachefs/replicas.h | |
parent | 9623ab27ab27e211e66aa1dd9a5ec90307160c8b (diff) | |
download | linux-4d8100daa9bb6c243cd39be0956005a76eec36ee.tar.xz |
bcachefs: Allocate fs_usage in do_btree_insert_at()
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'fs/bcachefs/replicas.h')
-rw-r--r-- | fs/bcachefs/replicas.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/bcachefs/replicas.h b/fs/bcachefs/replicas.h index d1457c786bb5..0777e7056d55 100644 --- a/fs/bcachefs/replicas.h +++ b/fs/bcachefs/replicas.h @@ -26,6 +26,8 @@ bool bch2_replicas_marked(struct bch_fs *, int bch2_mark_replicas(struct bch_fs *, struct bch_replicas_entry *); +bool bch2_bkey_replicas_marked_locked(struct bch_fs *, + struct bkey_s_c, bool); bool bch2_bkey_replicas_marked(struct bch_fs *, struct bkey_s_c, bool); int bch2_mark_bkey_replicas(struct bch_fs *, struct bkey_s_c); |