]> git.ipfire.org Git - thirdparty/linux.git/commit
f2fs: fix to propagate error from f2fs_enable_checkpoint()
authorChao Yu <chao@kernel.org>
Mon, 27 Oct 2025 06:35:33 +0000 (14:35 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Thu, 4 Dec 2025 02:00:02 +0000 (02:00 +0000)
commitbe112e7449a6e1b54aa9feac618825d154b3a5c7
tree982c57d64538253b7e8c2cae6533173b465f1a57
parent89c16629e3136f0972dfa270d9318f07fa1c4053
f2fs: fix to propagate error from f2fs_enable_checkpoint()

In order to let userspace detect such error rather than suffering
silent failure.

Fixes: 4354994f097d ("f2fs: checkpoint disabling")
Cc: stable@kernel.org
Signed-off-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/super.c