Fix bad setting of td->o.ddir_seq_nr in add_job()
authorAdam DeBellins <ADeBellis@fusionio.com>
Tue, 28 Sep 2010 04:22:55 +0000 (13:22 +0900)
committerJens Axboe <jaxboe@fusionio.com>
Tue, 28 Sep 2010 04:22:55 +0000 (13:22 +0900)
This defaults to 1, but add_job() adds 1 again which means
that the random isn't always effective since every alternate
IO gets to bypass that logic.

Signed-off-by: Jens Axboe <jaxboe@fusionio.com>

No differences found