From: Jens Axboe Date: Mon, 13 Sep 2021 20:09:01 +0000 (-0600) Subject: zbd: remove dead zone retrieval call X-Git-Tag: fio-3.29~101 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=d5c3be105af97c71bc2095ffd19343e4217abcd7;p=fio.git zbd: remove dead zone retrieval call A previous commit missed to realize that not only was the assignment useless, that also made the very call to zbd_zone_nr() useless as well. Remove it. Fixes: 000ecb5fe36d ("zbd: Removing useless variable assignment") Signed-off-by: Jens Axboe --- diff --git a/zbd.c b/zbd.c index dd1abc58..64415d2b 100644 --- a/zbd.c +++ b/zbd.c @@ -1857,7 +1857,6 @@ enum io_u_action zbd_adjust_block(struct thread_data *td, struct io_u *io_u) f->file_name); goto eof; } - zbd_zone_nr(f, zb); } /* Check whether the zone reset threshold has been exceeded */ if (td->o.zrf.u.f) {