ide: ensure that we re-run the queue handler
authorJens Axboe <jaxboe@fusionio.com>
Sat, 26 Mar 2011 18:49:54 +0000 (19:49 +0100)
committerJens Axboe <jaxboe@fusionio.com>
Sat, 26 Mar 2011 18:49:54 +0000 (19:49 +0100)
commit9ced0b95b3993660e7990cf6bf68c1a80f31544e
treed424345b88c0f2dae88beb6bbb5d153b028f824a
parent40471856f2e38e9bfa8d605295e8234421110dd6
ide: ensure that we re-run the queue handler

The conversion to blk_delay_queue() missed parts of IDE.
Add a blk_delay_queue() to ensure that the request handler
gets reinvoked when it needs to.

Note that in all but one place the old plug re-run delay of
3 msecs is used, even though it probably could be shorter
for performance reasons in some of those cases.

Reported-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Jens Axboe <jaxboe@fusionio.com>
drivers/ide/ide-io.c