]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
f2fs: fix to check sysfs filename w/ gc_pin_file_thresh correctly
authorChao Yu <chao@kernel.org>
Tue, 6 Jan 2026 06:31:17 +0000 (14:31 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Wed, 7 Jan 2026 03:17:09 +0000 (03:17 +0000)
commit0eda086de85e140f53c6123a4c00662f4e614ee4
tree9eff2a6af7c464c7bfa2e37f072ff229e735e99c
parent7633a7387eb4d0259d6bea945e1d3469cd135bbc
f2fs: fix to check sysfs filename w/ gc_pin_file_thresh correctly

Sysfs entry name is gc_pin_file_thresh instead of gc_pin_file_threshold,
fix it.

Cc: stable@kernel.org
Fixes: c521a6ab4ad7 ("f2fs: fix to limit gc_pin_file_threshold")
Signed-off-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/sysfs.c