bcachefs: Add a missing wakeup
authorKent Overstreet <kent.overstreet@gmail.com>
Thu, 10 Mar 2022 22:35:06 +0000 (17:35 -0500)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:09:27 +0000 (17:09 -0400)
commitcc23255e9a9fcaf7423e0fe7e197605bf10a3f06
treeddbc0b38c30c99d0c8b13764aa53e911ee06f281
parentf6c92ebbb8f84ad9b993691b02d5b38736b7a922
bcachefs: Add a missing wakeup

This fixes a rare bug with bch2_btree_flush_all_writes() getting stuck.

Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
fs/bcachefs/btree_io.c