Fix problem with mixing is_backend and terse_output
authorJens Axboe <axboe@kernel.dk>
Sun, 16 Oct 2011 09:50:31 +0000 (11:50 +0200)
committerJens Axboe <axboe@kernel.dk>
Sun, 16 Oct 2011 09:50:31 +0000 (11:50 +0200)
commit72c27ff8f2eaf945ae34776dab4da3fee753707d
treeda6acaa02105a5a3b9d5c107e7877113069f9d9a
parent67f15dcf689815ec4fbe2cbb01f141ffc7b34c74
Fix problem with mixing is_backend and terse_output

Always send disk util and group_run_stats, even if terse
output got set in the server. Also fixes a disk util leak
for !terse_output.

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