]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
f2fs: Update the default value of the documentation ckpt_thread_ioprio
authorZhaoYueNan <amktiao030215@gmail.com>
Tue, 30 Dec 2025 06:26:48 +0000 (14:26 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Thu, 1 Jan 2026 03:30:54 +0000 (03:30 +0000)
The commit 8a2d9f00d has been updated to set its default value to "rt,3",
fixing the outdated default value in the F2FS documentation.

Signed-off-by: ZhaoYueNan <amktiao030215@gmail.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
Documentation/ABI/testing/sysfs-fs-f2fs

index 770470e0598b80e1d828d35451142a1e7b5d6f23..c39a85e84b6b36a7ee47f1d08eaf1831e1e27681 100644 (file)
@@ -520,7 +520,7 @@ What:               /sys/fs/f2fs/<disk>/ckpt_thread_ioprio
 Date:          January 2021
 Contact:       "Daeho Jeong" <daehojeong@google.com>
 Description:   Give a way to change checkpoint merge daemon's io priority.
-               Its default value is "be,3", which means "BE" I/O class and
+               Its default value is "rt,3", which means "RT" I/O class and
                I/O priority "3". We can select the class between "rt" and "be",
                and set the I/O priority within valid range of it. "," delimiter
                is necessary in between I/O class and priority number.