commit | a488e74976bf0a9bccecdd094378394942dacef1 | [log] [tgz] |
---|---|---|
author | Jens Axboe <jaxboe@fusionio.com> | Fri Apr 16 21:13:15 2010 +0200 |
committer | Jens Axboe <jaxboe@fusionio.com> | Thu Mar 10 08:45:54 2011 +0100 |
tree | 94b69a2dd1e7126b83e311dc7c85def32ecde6dd | |
parent | 0a41e90bb7c931fd53d73ea770f5b251af6c91ce [diff] |
scsi: convert to blk_delay_queue() 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>