commit | 929e27252e8ca69363f81f26af5eaba62cb4c572 | [log] [tgz] |
---|---|---|
author | Jens Axboe <jaxboe@fusionio.com> | Wed Mar 30 12:22:23 2011 +0200 |
committer | Jens Axboe <jaxboe@fusionio.com> | Tue Apr 05 23:51:37 2011 +0200 |
tree | 12dea354d609e42222195f8b6cbe5728893de01b | |
parent | 6f0379377047b18103b88ce33c03e5b19747ae57 [diff] |
ide: ide_requeue_and_plug() reinstate "always plug" behaviour 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>