Re: [PATCH 3/5] file-posix: Fix zone update in I/O error path

2023-08-24 Thread Sam Li
Hanna Czenczek 于2023年8月24日周四 23:53写道: > > 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 > --- > block/file-posix.c | 3 ++- > 1 file

[PATCH 3/5] file-posix: Fix zone update in I/O error path

2023-08-24 Thread Hanna Czenczek
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 --- block/file-posix.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git