bcachefs-tools/include
Kent Overstreet 81aef33957 Don't run shrinkers without GFP_KERNEL
This would correspond to GFP_RECLAIM in the kernel - but we don't
distinguish between different types of reclaim here.

This solves a deadlock in the btree node memory allocation path - we
allocate with the btree node cache lock held but without GFP_KERNEL set.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
2022-10-11 00:39:06 -04:00
..
asm
crypto
keys
linux Don't run shrinkers without GFP_KERNEL 2022-10-11 00:39:06 -04:00
trace Update bcachefs sources to 24c6361e20 bcachefs: Fix a trans path overflow in bch2_btree_delete_range_trans() 2022-09-28 11:41:03 -04:00
uapi/linux