Use line buffering on stdout
authorKris Davis <Kris.Davis@hgst.com>
Wed, 30 Sep 2015 16:00:00 +0000 (18:00 +0200)
committerJens Axboe <axboe@fb.com>
Wed, 30 Sep 2015 16:00:00 +0000 (18:00 +0200)
commit18dc4295f53c83af3feba6861b5bdbaf09d720fe
treec8eb3056535a6bcd43dc790fc99157c7ff02b61a
parent5ad7be5685088435aca91c23d34fc2411dd38154
Use line buffering on stdout

Line Buffer stdio to prevent multi-thread output from
mixing within a line

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