]> git.baikalelectronics.ru Git - kernel.git/commit
block: Avoid that request_fn is invoked on a dead queue
authorBart Van Assche <bvanassche@acm.org>
Thu, 6 Dec 2012 13:32:01 +0000 (14:32 +0100)
committerJens Axboe <axboe@kernel.dk>
Thu, 6 Dec 2012 13:32:01 +0000 (14:32 +0100)
commit61759e1e769924e821fdf11ea80f858e14dc60a2
tree183119080e120f5a3e98edf5bb824e940e5b8f18
parentaea1c7a7ebaabf933bf131c9ece3a2d9e1c12b07
block: Avoid that request_fn is invoked on a dead queue

A block driver may start cleaning up resources needed by its
request_fn as soon as blk_cleanup_queue() finished, so request_fn
must not be invoked after draining finished. This is important
when blk_run_queue() is invoked without any requests in progress.
As an example, if blk_drain_queue() and scsi_run_queue() run in
parallel, blk_drain_queue() may have finished all requests after
scsi_run_queue() has taken a SCSI device off the starved list but
before that last function has had a chance to run the queue.

Signed-off-by: Bart Van Assche <bvanassche@acm.org>
Cc: James Bottomley <JBottomley@Parallels.com>
Cc: Mike Christie <michaelc@cs.wisc.edu>
Cc: Chanho Min <chanho.min@lge.com>
Acked-by: Tejun Heo <tj@kernel.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-core.c
block/blk-exec.c
block/blk.h
include/linux/blkdev.h