bcachefs: Use memalloc_nofs_save() in bch2_read_endio()
authorKent Overstreet <kent.overstreet@gmail.com>
Wed, 30 Jun 2021 19:44:11 +0000 (15:44 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:09:07 +0000 (17:09 -0400)
commit077ed08ec7edbcf0bfcadfa01260a5b0cb4ed4db
treee61508851031360f97793cbc8ea0cc89a29a941a
parent50ad5d097977dc5c688e7a1a6dc2e74c37da5adf
bcachefs: Use memalloc_nofs_save() in bch2_read_endio()

This solves a problematic memory allocation in bch2_bio_uncompress() ->
vmap().

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