Disable status file updates on error
authorJens Axboe <axboe@fb.com>
Thu, 13 Mar 2014 14:49:28 +0000 (08:49 -0600)
committerJens Axboe <axboe@fb.com>
Thu, 13 Mar 2014 14:49:28 +0000 (08:49 -0600)
commit77d9967586f9cc8d445056510e25be4eeded2689
tree2e40125e67beab6f2e0cdff101d318d1fddcacf5
parentdac45f23c3c7d146f7df82047ae7f25abf231ed3
Disable status file updates on error

If fio doesn't have permission to unlink() the status file,
it'll continually dump status updates. If this happens, stop
doing status updates and log an error indicating why.

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