]> www.infradead.org Git - users/jedix/linux-maple.git/commit
bcachefs: Wrap vmap() in memalloc_nofs_save()/restore()
authorKent Overstreet <kent.overstreet@gmail.com>
Thu, 21 May 2020 21:23:40 +0000 (17:23 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:08:39 +0000 (17:08 -0400)
commita1b0da4555c16bf274f705dc76c9b297f54bf6c8
treeb11e9fe5a6f0be53777b61179dd51bd40d8bb701
parent0d0e77f45fe806a80af76501d5422437692e158b
bcachefs: Wrap vmap() in memalloc_nofs_save()/restore()

vmalloc() and vmap() don't take GFP_NOFS - this should be pushed further
up the IO path, but for now just doing the simple fix.

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