mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-04 06:49:45 -04:00
bcachefs: Fix not punting to worqueue when promoting
Signed-off-by: Kent Overstreet <kent.overstreet@gmail.com>
This commit is contained in:
committed by
Kent Overstreet
parent
0763c552e7
commit
4a7f7e9e4d
@@ -2027,6 +2027,7 @@ static void bch2_read_endio(struct bio *bio)
|
||||
}
|
||||
|
||||
if (rbio->narrow_crcs ||
|
||||
rbio->promote ||
|
||||
crc_is_compressed(rbio->pick.crc) ||
|
||||
bch2_csum_type_is_encryption(rbio->pick.crc.csum_type))
|
||||
context = RBIO_CONTEXT_UNBOUND, wq = system_unbound_wq;
|
||||
|
||||
Reference in New Issue
Block a user