Warn when seeing a job option outside of a job section
authorJens Axboe <jens.axboe@oracle.com>
Thu, 29 Mar 2007 22:12:57 +0000 (14:12 -0800)
committerJens Axboe <jens.axboe@oracle.com>
Thu, 29 Mar 2007 22:12:57 +0000 (14:12 -0800)
commit6c7c7da18aa2ab744b9485482e64acd30f31da6d
tree328ac17532929cf90c24c70c4ab6ff9cbabb5c14
parentd0f62ba37546928d3b35b391b7465c6bf8cfe9c5
Warn when seeing a job option outside of a job section

Otherwise it's easy to screw up because fio will have ignored
a number of options. This has happened to me with bad pasting
of job files before, missing the starting '[' bracket.

Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
init.c