]> git.ipfire.org Git - thirdparty/linux.git/commit
f2fs: set highest IO priority for checkpoint thread
authorJaegeuk Kim <jaegeuk@kernel.org>
Mon, 3 Mar 2025 22:16:21 +0000 (22:16 +0000)
committerJaegeuk Kim <jaegeuk@kernel.org>
Wed, 5 Mar 2025 14:37:26 +0000 (14:37 +0000)
commit8a2d9f00d502e6ef68c6d52f0863856040ddd2db
tree4235fa4f6086162bf8c5bb5a0a707ef708ca11af
parentd96e2802a802bea49973f82d921b45de910ecaca
f2fs: set highest IO priority for checkpoint thread

The checkpoint is the top priority thread which can stop all the filesystem
operations. Let's make it RT priority.

Reviewed-by: Daeho Jeong <daehojeong@google.com>
Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/checkpoint.c