Commit 33d4c007 authored by Yangtao Li's avatar Yangtao Li Committed by Greg Kroah-Hartman
Browse files

f2fs: judge whether discard_unit is section only when have CONFIG_BLK_DEV_ZONED



[ Upstream commit b5a711ac ]

The current logic, regardless of whether CONFIG_BLK_DEV_ZONED
is enabled or not, will judge whether discard_unit is SECTION,
when f2fs_sb_has_blkzoned.

In fact, when CONFIG_BLK_DEV_ZONED is not enabled, this judgment
is a path that will never be accessed. At this time, -EINVAL will
be returned in the parse_options function, accompanied by the
message "Zoned block device support is not enabled".

Let's wrap this discard_unit judgment with CONFIG_BLK_DEV_ZONED.

Signed-off-by: default avatarYangtao Li <frank.li@vivo.com>
Reviewed-by: default avatarChao Yu <chao@kernel.org>
Signed-off-by: default avatarJaegeuk Kim <jaegeuk@kernel.org>
Stable-dep-of: 2bd4df8f ("f2fs: Only lfs mode is allowed with zoned block device feature")
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
parent 4d7e804f
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment