bcachefs: Add missing bch2_moving_ctxt_flush_all()
authorKent Overstreet <kent.overstreet@linux.dev>
Mon, 15 Jan 2024 20:06:43 +0000 (15:06 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 21 Jan 2024 18:27:09 +0000 (13:27 -0500)
commitef740a1e2939376ea4cc11cc8b923214dc1f4a41
tree9eb08277400567ebd95f88ea27c84af57c61539e
parentfa3185af43dce43a23df78c122bef860bcd4bf40
bcachefs: Add missing bch2_moving_ctxt_flush_all()

This fixes a bug with rebalance IOs getting stuck with reads completed,
but writes never being issued.

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