]> git.ipfire.org Git - thirdparty/linux.git/commit
f2fs: fix to show simulate_lock_timeout correctly
authorChao Yu <chao@kernel.org>
Tue, 20 Jan 2026 09:18:26 +0000 (17:18 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 27 Jan 2026 02:45:58 +0000 (02:45 +0000)
commit252cf8c4d679fc40cdb934da6c5128e5943fec3f
tree76d5e80d8f2a25ef0a3069fb4aece921262e263c
parent1120764691736cb803cd763c82aa151b1fee2b8e
f2fs: fix to show simulate_lock_timeout correctly

Commit d36de29f4bb5 ("f2fs: sysfs: introduce inject_lock_timeout")
introduces a bug as below, fix it.

cat /sys/fs/f2fs/vdx/inject_lock_timeout
s/fs/f2fs/vdx/inject_lock_timeout: Invalid argument

Signed-off-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/sysfs.c