bcachefs: Use memalloc_nofs_save()
authorKent Overstreet <kent.overstreet@gmail.com>
Fri, 27 Mar 2020 21:38:51 +0000 (17:38 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:08:37 +0000 (17:08 -0400)
commit4e4758c6cbbbc31aad9ec733c6f49a7221fd7b70
tree70ee9a4e73ffc9908b19a6bde5576fb1b2b01214
parentf7005e0175ed14bc5e2cc60add40d5eaf9075c2c
bcachefs: Use memalloc_nofs_save()

vmalloc allocations don't always obey GFP_NOFS - memalloc_nofs_save() is
the prefered approach for the future.

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