]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
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)
committerSasha Levin <sashal@kernel.org>
Tue, 26 Mar 2024 22:20:03 +0000 (18:20 -0400)
commitb386f5dda0a807b8f3f045cca1dc7e65929e9459
treed83c1faf351a0b84513a76d7f4612064ffd5282b
parentc92f2927df860a60ba815d3ee610a944b92a8694
f2fs: zone: fix to remove pow2 check condition for zoned block device

[ Upstream commit 11bec96afbfbc4679863db55258de440d786821e ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
fs/f2fs/super.c