The following changes since commit edaee5b96fd87c3c5fe7f64ec917a175cd9237fc: t/zbd: test write zone accounting of trim workload (2023-06-08 14:39:07 -0400) are available in the Git repository at: git://git.kernel.dk/fio.git master for you to fetch changes up to 62ac66490f5077e5fca1bd5b49165147cafc5a0d: zbd: avoid Coverity defect report (2023-06-09 18:04:45 -0600) ---------------------------------------------------------------- Shin'ichiro Kawasaki (1): zbd: avoid Coverity defect report zbd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- Diff of recent changes: diff --git a/zbd.c b/zbd.c index 9455140a..7fcf1ec4 100644 --- a/zbd.c +++ b/zbd.c @@ -1547,11 +1547,11 @@ retry: dprint(FD_ZBD, "%s(%s): wait zone write and retry write target zone selection\n", __func__, f->file_name); + should_retry = in_flight; pthread_mutex_unlock(&zbdi->mutex); zone_unlock(z); io_u_quiesce(td); zone_lock(td, f, z); - should_retry = in_flight; goto retry; }