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)
commit2e80228232afc9cf90ad06b360a33a05637978f3
treedaf4de498a1168cb71626e968cf328dbba423292
parentea5409f9347303aeb8478544662184ac4af49d20
Use setvbuf() for log writing

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>
configure
iolog.c