Revision d92b83f592d810aded2e5f90db5f560cc8cf577b authored by Kent Overstreet on 15 January 2024, 19:15:26 UTC, committed by Kent Overstreet on 21 January 2024, 18:27:09 UTC
Drop t he loop in bch2_kthread_io_clock_wait(): this allows the code
that uses it to be woken up for other reasons, and fixes a bug where
rebalance wouldn't wake up when a scan was requested.

This raises the possibility of spurious wakeups, but callers should
always be able to handle that reasonably well.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
1 parent 741c1d3
History
File Mode Size
Kconfig -rw-r--r-- 2.2 KB
Makefile -rw-r--r-- 240 bytes
enable.c -rw-r--r-- 11.5 KB
fsverity_private.h -rw-r--r-- 4.9 KB
hash_algs.c -rw-r--r-- 6.8 KB
init.c -rw-r--r-- 1.6 KB
measure.c -rw-r--r-- 3.2 KB
open.c -rw-r--r-- 12.0 KB
read_metadata.c -rw-r--r-- 4.8 KB
signature.c -rw-r--r-- 3.8 KB
verify.c -rw-r--r-- 11.6 KB

back to top