Skip to content
Commit b36f679c authored by Kent Overstreet's avatar Kent Overstreet
Browse files

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: default avatarKent Overstreet <kent.overstreet@linux.dev>
parent 42386fba
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment