ide: ide_requeue_and_plug() reinstate "always plug" behaviour
authorJens Axboe <jaxboe@fusionio.com>
Wed, 30 Mar 2011 10:22:23 +0000 (12:22 +0200)
committerJens Axboe <jaxboe@fusionio.com>
Tue, 5 Apr 2011 21:51:37 +0000 (23:51 +0200)
We see stalls if we don't always ensure that the queue gets run
again. Even if rq == NULL, we could have other pending requests
in the queue.

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

No differences found