]> git.ipfire.org Git - thirdparty/linux.git/commit
f2fs: add logs in f2fs_disable_checkpoint()
authorChao Yu <chao@kernel.org>
Sun, 10 May 2026 16:30:33 +0000 (00:30 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Mon, 22 Jun 2026 19:52:34 +0000 (19:52 +0000)
commit47a60629caca7ea6475deb21d16112b35645b59f
tree1dfd05e2100f0e559c4ef6d72a32dbd67f779fb0
parentcaac757a3d2dddeb88d79a7524ca0033fc337b3d
f2fs: add logs in f2fs_disable_checkpoint()

In order to troubleshoot in which step we may block on during
mount w/ checkpoint_disable mount option.

Signed-off-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/super.c