commit | 9ced0b95b3993660e7990cf6bf68c1a80f31544e | [log] [tgz] |
---|---|---|
author | Jens Axboe <jaxboe@fusionio.com> | Sat Mar 26 19:49:54 2011 +0100 |
committer | Jens Axboe <jaxboe@fusionio.com> | Sat Mar 26 19:49:54 2011 +0100 |
tree | d424345b88c0f2dae88beb6bbb5d153b028f824a | |
parent | 40471856f2e38e9bfa8d605295e8234421110dd6 [diff] |
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>