diff options
| author | Kent Overstreet <kent.overstreet@linux.dev> | 2024-10-20 01:40:19 -0400 |
|---|---|---|
| committer | Kent Overstreet <kent.overstreet@linux.dev> | 2024-12-21 01:36:15 -0500 |
| commit | c8908959aead268223baaf17e990a200a085bb5c (patch) | |
| tree | 2cc66702f3bf97d28962830c3d74e78cff57787b /fs/bcachefs/extents.h | |
| parent | bcachefs: small cleanup for extent ptr bitmasks (diff) | |
| download | linux-c8908959aead268223baaf17e990a200a085bb5c.tar.gz linux-c8908959aead268223baaf17e990a200a085bb5c.zip | |
bcachefs: kill bch2_bkey_needs_rebalance()
Dead code
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'fs/bcachefs/extents.h')
| -rw-r--r-- | fs/bcachefs/extents.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/bcachefs/extents.h b/fs/bcachefs/extents.h index bcffcf60aaaf..9374599b384d 100644 --- a/fs/bcachefs/extents.h +++ b/fs/bcachefs/extents.h @@ -713,7 +713,6 @@ void bch2_ptr_swab(struct bkey_s); const struct bch_extent_rebalance *bch2_bkey_rebalance_opts(struct bkey_s_c); unsigned bch2_bkey_ptrs_need_rebalance(struct bch_fs *, struct bkey_s_c, unsigned, unsigned); -bool bch2_bkey_needs_rebalance(struct bch_fs *, struct bkey_s_c); u64 bch2_bkey_sectors_need_rebalance(struct bch_fs *, struct bkey_s_c); int bch2_bkey_set_needs_rebalance(struct bch_fs *, struct bkey_i *, |
