]> Git Repo - linux.git/commit
block: fix issue with calling blk_stop_queue() from the request_fn handler
authorJens Axboe <[email protected]>
Fri, 25 Mar 2011 15:58:59 +0000 (16:58 +0100)
committerJens Axboe <[email protected]>
Fri, 25 Mar 2011 16:04:08 +0000 (17:04 +0100)
commitad3d9d7ede04a9c71be7a9fe1a23961817f371f7
tree33b0eded3b689020529cf8c0d4febf956ff10140
parent401a18e92ce32cd0ddfa5738899ca2b8114f2bbf
block: fix issue with calling blk_stop_queue() from the request_fn handler

When the queue work handler was converted to delayed work, the
stopping was inadvertently made sync as well. Change this back
to being async stop, using __cancel_delayed_work() instead of
cancel_delayed_work().

Reported-by: Jeremy Fitzhardinge <[email protected]>
Reported-by: Chris Mason <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
block/blk-core.c
This page took 0.050162 seconds and 4 git commands to generate.