stat: code cleanup and leak free
authorJens Axboe <axboe@kernel.dk>
Sat, 18 Dec 2021 14:06:12 +0000 (07:06 -0700)
committerJens Axboe <axboe@kernel.dk>
Sat, 18 Dec 2021 14:06:12 +0000 (07:06 -0700)
commit6dc75062f450e02a4ed49566d0536c209719a60a
tree2594433344f0a874f06cdcbc52042d9e3d6f6fde
parente86afa536b175a90546e20d7d19f2418ee1bca78
stat: code cleanup and leak free

This file is somewhat of a mess. Only functional change is the free of
ts_lcl in show_mixed_ddir_status(), rest is just a vague attempt at
bringing some sanity back into this file.

Fixes: https://github.com/axboe/fio/issues/1319
Signed-off-by: Jens Axboe <axboe@kernel.dk>
stat.c