Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

bcachefs: fix btree_key_cache sysfs knob

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>

+1 -1
+1 -1
fs/bcachefs/sysfs.c
··· 461 461 462 462 sc.gfp_mask = GFP_KERNEL; 463 463 sc.nr_to_scan = strtoul_or_return(buf); 464 - c->btree_key_cache.shrink->scan_objects(c->btree_cache.shrink, &sc); 464 + c->btree_key_cache.shrink->scan_objects(c->btree_key_cache.shrink, &sc); 465 465 } 466 466 467 467 if (attr == &sysfs_trigger_gc)