Fixup --timeout command line option
authorJens Axboe <axboe@fb.com>
Sun, 6 Apr 2014 16:09:30 +0000 (10:09 -0600)
committerJens Axboe <axboe@fb.com>
Sun, 6 Apr 2014 16:09:30 +0000 (10:09 -0600)
commit25bd16ce8db9fe2da0091b165967e32ef89f9b0f
tree8e3da76c90309fa04d1111eef4f9990c336bea0a
parente413c2ccf8af0a0bce29530568ded346a894cf3d
Fixup --timeout command line option

Ensure we properly parse the time, use check_str_time()
instead of atoi(). Propagate the timeout correctly to
new jobs.

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