iolog: make write_*_log prefix optional
authorOmar Sandoval <osandov@fb.com>
Wed, 5 Oct 2016 22:15:28 +0000 (15:15 -0700)
committerJens Axboe <axboe@fb.com>
Tue, 11 Oct 2016 22:04:27 +0000 (16:04 -0600)
commitdded427c6c8c4459c93f2afa1687b3a8d914c3d3
tree33e917b14484f1ed51c6584a8c2ebb54eeaec759
parenta9179eebb0e70013b4a7be0073c9c55efdd6058c
iolog: make write_*_log prefix optional

Providing write_bw_log=jobname for every job in a jobfile gets pretty
tedious. This way, we can just do, e.g.,

[global]
write_bw_log

and all jobs will be logged. The documentation seems to suggest that
this is the intended behavior, and it looks like that used to be the
case.

Fixes: 203160d52b86 ("options: get rid of more .cb option usage we don't need")
Signed-off-by: Omar Sandoval <osandov@fb.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
cconv.c
init.c
options.c
server.h
thread_options.h