Re: [PATCH v5] f2fs: fix zoned block device information initialization

From: Yongpeng Yang
Date: Sat Feb 03 2024 - 22:36:04 EST


Hi Wenjie,
"max_open_zones < sbi->max_open_zones" seems meaningless, this condition is false only if "max_open_zones == UINT_MAX"(rarely happen). Although it doesn't affect the correctness, I think less jmp instruction is better.

On 2/4/2024 11:10 AM, Wenjie Qi wrote:
max_open_zones < sbi->max_open_zones