bcachefs: Drop memalloc_nofs_save() in bch2_btree_node_mem_alloc()
authorKent Overstreet <kent.overstreet@linux.dev>
Mon, 19 Aug 2024 19:11:20 +0000 (15:11 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Mon, 9 Sep 2024 13:41:49 +0000 (09:41 -0400)
commitb36f679c99889bbe9c48e09f7c175d1058823ae8
tree9f3159f008f5ba17fc8a53fd4917813c09a1910f
parent42386fbaee1dd41f2c1ad41301a43454e808322c
bcachefs: Drop memalloc_nofs_save() in bch2_btree_node_mem_alloc()

It's really not needed: the only locks used here are the btree cache
lock, which we drop for GFP_WAIT allocations, and btree node locks - but
we also drop those for GFP_WAIT allocations.

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