commit | 782b86e2656762382ae1c2686d8d5c91f7d5eacf | [log] [tgz] |
---|---|---|
author | Jens Axboe <jaxboe@fusionio.com> | Tue Apr 05 03:29:57 2011 +0200 |
committer | Jens Axboe <jaxboe@fusionio.com> | Tue Apr 05 23:52:49 2011 +0200 |
tree | a2d47765c87d1407e67ac55634c2bcbfa6cddb59 | |
parent | f83e826181f7f8fb152e4190d03854fc3a5dd040 [diff] |
ide: always ensure that blk_delay_queue() is called if we have pending IO Just because we are not requeuing a request does not mean that some aren't pending. So always issue a blk_delay_queue() if either we are requeueing OR there's pending IO. This fixes a boot problem for some IDE boxes. Signed-off-by: Jens Axboe <jaxboe@fusionio.com>