Skip to content

Commit 2c377d8

Browse files
author
Kent Overstreet
committed
bcachefs: fix btree_key_cache sysfs knob
Signed-off-by: Kent Overstreet <[email protected]>
1 parent 52df04f commit 2c377d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fs/bcachefs/sysfs.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@ STORE(bch2_fs)
461461

462462
sc.gfp_mask = GFP_KERNEL;
463463
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);
465465
}
466466

467467
if (attr == &sysfs_trigger_gc)

0 commit comments

Comments
 (0)