Don't grab stat mutex for final stat output
authorJens Axboe <axboe@fb.com>
Fri, 25 Jul 2014 07:51:56 +0000 (09:51 +0200)
committerJens Axboe <axboe@fb.com>
Fri, 25 Jul 2014 07:51:56 +0000 (09:51 +0200)
commit83f7b64ea7737da8b0454519dc2143d7ed0473d1
tree3e1e18f8885ba6a30b468427ca5a9e72b697669f
parentc5b6c51ace45dd338d9883b361f3e567d20dd6e1
Don't grab stat mutex for final stat output

We should not need it, and there's a bug with getting stuck on it
that hasn't been fully debugged/understood yet. So for now, lets
just forget about the mutex for final output.

Signed-off-by: Jens Axboe <axboe@fb.com>
backend.c
stat.c
stat.h