Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

f2fs: Update the default value of the documentation ckpt_thread_ioprio

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>

authored by

ZhaoYueNan and committed by
Jaegeuk Kim
572b1c6f 9609dd70

+1 -1
+1 -1
Documentation/ABI/testing/sysfs-fs-f2fs
··· 520 520 Date: January 2021 521 521 Contact: "Daeho Jeong" <daehojeong@google.com> 522 522 Description: Give a way to change checkpoint merge daemon's io priority. 523 - Its default value is "be,3", which means "BE" I/O class and 523 + Its default value is "rt,3", which means "RT" I/O class and 524 524 I/O priority "3". We can select the class between "rt" and "be", 525 525 and set the I/O priority within valid range of it. "," delimiter 526 526 is necessary in between I/O class and priority number.