eta: clean up ETA string printing
authorJens Axboe <axboe@kernel.dk>
Fri, 10 Aug 2018 15:33:44 +0000 (09:33 -0600)
committerJens Axboe <axboe@kernel.dk>
Fri, 10 Aug 2018 15:33:44 +0000 (09:33 -0600)
commit73027fb9ad6728f5b066e25a9ec923459ceab8a2
tree383d6de98ea92885830dd2624b931e0a17e585d5
parentae48493039f833119126ef979dbe86aee2c05557
eta: clean up ETA string printing

No need to have a separate case for trims, we just need to look
at if we have reads, writes, trims.

This also eliminates printing read or write strings if we are not
doing that particular type of IO.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
eta.c