commit | 336c3d8ce771608815b65bcfa27a17a83b297328 | [log] [tgz] |
---|---|---|
author | Elias Oltmanns <eo@nebensachen.de> | Wed Oct 01 16:02:33 2008 +0200 |
committer | Jens Axboe <jens.axboe@oracle.com> | Thu Oct 09 08:56:20 2008 +0200 |
tree | 91841449cf24ee051ff1daefcb60a8fbefe2522a | |
parent | c0ddffa84a7d12da9943a94d04dadbfb1883b904 [diff] |
block: Fix blk_start_queueing() to not kick a stopped queue blk_start_queueing() should act like the generic queue unplugging and kicking and ignore a stopped queue. Such a queue may not be run until after a call to blk_start_queue(). Signed-off-by: Elias Oltmanns <eo@nebensachen.de> Signed-off-by: Jens Axboe <jens.axboe@oracle.com>