]> www.infradead.org Git - users/jedix/linux-maple.git/commit
bcachefs: Simplify option logic in rebalance
authorKent Overstreet <kent.overstreet@linux.dev>
Sun, 20 Oct 2024 01:41:20 +0000 (21:41 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sat, 21 Dec 2024 06:36:16 +0000 (01:36 -0500)
commit3de8b72731dbb41b980af44805ff5bf032a19bc1
tree101cd95f197cfd214770ae1ea4efc3125d3d67fe
parent6aa0bd0fd59a1ab9ecd5c51332c29fac0d8969c8
bcachefs: Simplify option logic in rebalance

Since bch2_move_get_io_opts() now synchronizes io_opts with options from
bch_extent_rebalance, delete the ad-hoc logic in rebalance.c that
previously did this.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/extents.c
fs/bcachefs/extents.h
fs/bcachefs/rebalance.c