scsi: convert to blk_delay_queue()
authorJens Axboe <jaxboe@fusionio.com>
Fri, 16 Apr 2010 19:13:15 +0000 (21:13 +0200)
committerJens Axboe <jaxboe@fusionio.com>
Thu, 10 Mar 2011 07:45:54 +0000 (08:45 +0100)
It was always abuse to reuse the plugging infrastructure for this,
convert it to the (new) real API for delaying queueing a bit. A
default delay of 3 msec is defined, to match the previous
behaviour.

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

No differences found