f2fs: check zone write pointer points to the end of zone
authorDaeho Jeong <daehojeong@google.com>
Mon, 12 Jun 2023 23:32:03 +0000 (16:32 -0700)
committerJaegeuk Kim <jaegeuk@kernel.org>
Mon, 26 Jun 2023 13:07:10 +0000 (06:07 -0700)
commitc9667b19e2cf13735fe2620f9d97b788897cd4af
tree20b736bcf89dc2881090ba11df48c699fb6d0409
parentac1ee161dec5801d9bbd874ef69cd0ff1e8053b6
f2fs: check zone write pointer points to the end of zone

We don't need to report an issue, when the zone write pointer already
points to the end of the zone, since the zone mismatch is already taken
care.

Signed-off-by: Daeho Jeong <daehojeong@google.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/segment.c