diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2024-08-19 22:11:20 +0300 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2024-09-09 16:41:49 +0300 |
commit | b36f679c99889bbe9c48e09f7c175d1058823ae8 (patch) | |
tree | 9f3159f008f5ba17fc8a53fd4917813c09a1910f /scripts/lib/kdoc | |
parent | 42386fbaee1dd41f2c1ad41301a43454e808322c (diff) | |
download | linux-b36f679c99889bbe9c48e09f7c175d1058823ae8.tar.xz |
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>
Diffstat (limited to 'scripts/lib/kdoc')
0 files changed, 0 insertions, 0 deletions