diff options
-rw-r--r-- | fs/bcachefs/io.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/bcachefs/io.c b/fs/bcachefs/io.c index 971f8ba00dbd..c4523b14293a 100644 --- a/fs/bcachefs/io.c +++ b/fs/bcachefs/io.c @@ -1919,6 +1919,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; |