summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChao Yu <chao@kernel.org>2026-04-22 13:48:47 +0300
committerJaegeuk Kim <jaegeuk@kernel.org>2026-05-22 06:49:06 +0300
commitcac16750e5a8856addb0385b207cff03cd012018 (patch)
treeb9297a7c6541b1a39739624297b377f50f1e6fc6
parent1f70ddb28a3c71df124da5fa4040c808116d6bb9 (diff)
downloadlinux-cac16750e5a8856addb0385b207cff03cd012018.tar.xz
f2fs: doc: fix the wrong description for critical_task_priority
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>
-rw-r--r--Documentation/ABI/testing/sysfs-fs-f2fs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/ABI/testing/sysfs-fs-f2fs b/Documentation/ABI/testing/sysfs-fs-f2fs
index 27d5e88facbe..1b58c029abd0 100644
--- a/Documentation/ABI/testing/sysfs-fs-f2fs
+++ b/Documentation/ABI/testing/sysfs-fs-f2fs
@@ -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.