f2fs: Only lfs mode is allowed with zoned block device feature
authorChunhai Guo <guochunhai@vivo.com>
Thu, 3 Aug 2023 14:28:42 +0000 (22:28 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Mon, 14 Aug 2023 20:41:09 +0000 (13:41 -0700)
commit2bd4df8fcbc72f58ce3c62ed021ab291ca42de0b
tree191cfb66894b1804b160b786636074dbf4dc4de3
parent3cb88bc15937990177df1f7eac6f22ebbed19312
f2fs: Only lfs mode is allowed with zoned block device feature

Now f2fs support four block allocation modes: lfs, adaptive,
fragment:segment, fragment:block. Only lfs mode is allowed with zoned block
device feature.

Fixes: 6691d940b0e0 ("f2fs: introduce fragment allocation mode mount option")
Signed-off-by: Chunhai Guo <guochunhai@vivo.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/super.c