libfio: drop unneeded reset of rwmix_issues
authorVincent Fu <vincent.fu@samsung.com>
Fri, 3 Dec 2021 21:10:10 +0000 (21:10 +0000)
committerJens Axboe <axboe@kernel.dk>
Fri, 3 Dec 2021 21:46:33 +0000 (14:46 -0700)
commit57fd8dfa7be234bc3a810587c0d0081437786cca
treee224404b18aa0d7404bf4deb4c36654e0f52be69
parent5ea6ec73f15e7eaa4fda497f76fd9dacba36c284
libfio: drop unneeded reset of rwmix_issues

We don't need to repeatedly reset rwmix_issues inside a loop. We
actually don't need to reset it at all inside reset_all_stats() because
this is already done in reset_io_counters().

Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
Link: https://lore.kernel.org/r/20211203211050.51241-3-vincent.fu@samsung.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
libfio.c