From: Jens Axboe Date: Tue, 1 Jul 2014 22:29:12 +0000 (-0600) Subject: Cleanup logging X-Git-Tag: fio-2.1.11~36 X-Git-Url: https://git.kernel.dk/?p=fio.git;a=commitdiff_plain;h=cb7e0ace739cbd5ca8a434a40fef4de469d59a5e;hp=cb7e0ace739cbd5ca8a434a40fef4de469d59a5e Cleanup logging If the log knows the filename it is supposed to log to, then we don't need to have part of that on the init side and the other part on the flush side. So clean it up so that the caller of setup_log() provides everything we need. This gets rid of various ways of ending the log, and opens us up to doing log flushing mid-run. Signed-off-by: Jens Axboe ---