f2fs: zone: fix to remove pow2 check condition for zoned block device
authorChao Yu <chao@kernel.org>
Fri, 8 Mar 2024 03:50:57 +0000 (11:50 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Wed, 13 Mar 2024 01:25:17 +0000 (18:25 -0700)
commit11bec96afbfbc4679863db55258de440d786821e
tree0a8e003b8645e894f7743fa0a8890396493061c6
parent9f0c4a46be1fe9b97dbe66d49204c1371e3ece65
f2fs: zone: fix to remove pow2 check condition for zoned block device

Commit 2e2c6e9b72ce ("f2fs: remove power-of-two limitation of zoned
device") missed to remove pow2 check condition in init_blkz_info(),
fix it.

Fixes: 2e2c6e9b72ce ("f2fs: remove power-of-two limitation of zoned device")
Signed-off-by: Feng Song <songfeng@oppo.com>
Signed-off-by: Yongpeng Yang <yangyongpeng1@oppo.com>
Signed-off-by: Chao Yu <chao@kernel.org>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/super.c