]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 16 Feb 2024 18:14:30 +0000 (19:14 +0100)
commit9a269387a0a962f9eb7c5974409ec6cdb390fc50
tree31c2a9f175601b6da0cfd6bfa9c4a6381622605e
parent6763051bea3a316c2043a3b66246010391def00a
bcachefs: Add missing bch2_moving_ctxt_flush_all()

commit ef740a1e2939376ea4cc11cc8b923214dc1f4a41 upstream.

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/bcachefs/rebalance.c