Fix zones for numjobs=x, where x > 1
authorJens Axboe <axboe@kernel.dk>
Thu, 7 Feb 2013 12:06:18 +0000 (13:06 +0100)
committerJens Axboe <axboe@kernel.dk>
Thu, 7 Feb 2013 12:06:18 +0000 (13:06 +0100)
commit627aa1a8477290140a342a7bf344a84bc5bed762
tree7daa9153af2c48db968fda30c37c5c71c57eed24
parent3dc1e5b28bc4d9b673fe81fc4884b1a621ffe9de
Fix zones for numjobs=x, where x > 1

In the options fixup, we auto-set open_files to 1 if it hasn't been set.
So any duplicated jobs will clear the zone. Fixup the check to properly
check for > 1 open files.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
init.c