Use setvbuf() for log writing
authorJens Axboe <axboe@fb.com>
Thu, 3 Apr 2014 03:47:27 +0000 (21:47 -0600)
committerJens Axboe <axboe@fb.com>
Thu, 3 Apr 2014 03:47:27 +0000 (21:47 -0600)
Check if we have it - if we do, add a 1MB buffer for the file
output. This further speeds up the log writing.

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

No differences found