]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
f2fs: doc: fix the wrong description for critical_task_priority
authorChao Yu <chao@kernel.org>
Wed, 22 Apr 2026 10:48:47 +0000 (18:48 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Fri, 22 May 2026 03:49:06 +0000 (03:49 +0000)
The default value should be 120 rather than 100, fix it.

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

index 27d5e88facbe33aa16351da7c781835b99150611..1b58c029abd0df799694b242c99aaf6954796e92 100644 (file)
@@ -1001,4 +1001,4 @@ Contact:  "Chao Yu" <chao@kernel.org>
 Description:   It can be used to tune priority of f2fs critical task, e.g. f2fs_ckpt, f2fs_gc
                threads, limitation as below:
                - it requires user has CAP_SYS_NICE capability.
-               - the range is [100, 139], by default the value is 100.
+               - the range is [100, 139], by default the value is 120.