f2fs: remove power-of-two limitation of zoned device
authorJaegeuk Kim <jaegeuk@kernel.org>
Tue, 18 Apr 2023 00:12:52 +0000 (17:12 -0700)
committerJaegeuk Kim <jaegeuk@kernel.org>
Mon, 24 Apr 2023 18:03:10 +0000 (11:03 -0700)
commit2e2c6e9b72ce3d137984c867eb5625b8498cfe2b
tree85282ff9453a1d5b53ca753d982d227611ca504f
parent5584785080045e6cd3ebc1aac49b9c0ec57f136a
f2fs: remove power-of-two limitation of zoned device

In f2fs, there's no reason to force po2.

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