Re: [PATCH 1/5] file-posix: Clear bs->bl.zoned on error

2023-08-24 Thread Sam Li
Hanna Czenczek 于2023年8月24日周四 23:53写道: > > bs->bl.zoned is what indicates whether the zone information is present > and valid; it is the only thing that raw_refresh_zoned_limits() sets if > CONFIG_BLKZONED is not defined, and it is also the only thing that it > sets if CONFIG_BLKZONED is defined,

[PATCH 1/5] file-posix: Clear bs->bl.zoned on error

2023-08-24 Thread Hanna Czenczek
bs->bl.zoned is what indicates whether the zone information is present and valid; it is the only thing that raw_refresh_zoned_limits() sets if CONFIG_BLKZONED is not defined, and it is also the only thing that it sets if CONFIG_BLKZONED is defined, but there are no zones. Make sure that it is