OSDN Git Service

file-posix: Fix zone update in I/O error path
authorHanna Czenczek <hreitz@redhat.com>
Thu, 24 Aug 2023 15:53:42 +0000 (17:53 +0200)
committerHanna Czenczek <hreitz@redhat.com>
Tue, 29 Aug 2023 08:50:49 +0000 (10:50 +0200)
commitdeab5c9a4ed74f76a713008a42527762b30a7e84
tree1c61ff29352258f7fc96976b4d5e01a4eca2c775
parent4b5d80f3d02096a9bb1f651f6b3401ba40877159
file-posix: Fix zone update in I/O error path

We must check that zone information is present before running
update_zones_wp().

Fixes: https://bugzilla.redhat.com/show_bug.cgi?id=2234374
Fixes: Coverity CID 1512459
Signed-off-by: Hanna Czenczek <hreitz@redhat.com>
Message-Id: <20230824155345.109765-4-hreitz@redhat.com>
Reviewed-by: Sam Li <faithilikerun@gmail.com>
block/file-posix.c