From: Jens Axboe Date: Sat, 26 Mar 2011 18:49:54 +0000 (+0100) Subject: ide: ensure that we re-run the queue handler X-Git-Tag: v2.6.39-rc1~36^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ced0b95b3993660e7990cf6bf68c1a80f31544e;p=pandora-kernel.git 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 Signed-off-by: Jens Axboe --- Reading git-diff-tree failed