f2fs: allow checkpoint=disable for zoned block device
authorJaegeuk Kim <jaegeuk@kernel.org>
Fri, 1 Dec 2023 18:38:35 +0000 (10:38 -0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Fri, 1 Dec 2023 18:38:35 +0000 (10:38 -0800)
commit29215a7d43c77466f2d7e6c264942e6bc8e06cd8
tree69f6146fe72e52993a9963965c178e1e195f3498
parentd346fa09abff46988de9267b67b6900d9913d5a2
f2fs: allow checkpoint=disable for zoned block device

Let's allow checkpoint=disable back for zoned block device. It's very risky
as the feature relies on fsck or runtime recovery which matches the write
pointers again if the device rebooted while disabling the checkpoint.

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