projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
52df04f
)
bcachefs: fix btree_key_cache sysfs knob
author
Kent Overstreet
<kent.overstreet@linux.dev>
Fri, 6 Sep 2024 01:18:57 +0000
(21:18 -0400)
committer
Kent Overstreet
<kent.overstreet@linux.dev>
Mon, 9 Sep 2024 13:41:47 +0000
(09:41 -0400)
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/sysfs.c
patch
|
blob
|
history
diff --git
a/fs/bcachefs/sysfs.c
b/fs/bcachefs/sysfs.c
index
f393023
..
33f2a64
100644
(file)
--- a/
fs/bcachefs/sysfs.c
+++ b/
fs/bcachefs/sysfs.c
@@
-461,7
+461,7
@@
STORE(bch2_fs)
sc.gfp_mask = GFP_KERNEL;
sc.nr_to_scan = strtoul_or_return(buf);
- c->btree_key_cache.shrink->scan_objects(c->btree_cache.shrink, &sc);
+ c->btree_key_cache.shrink->scan_objects(c->btree_
key_
cache.shrink, &sc);
}
if (attr == &sysfs_trigger_gc)