Skip to content
Commit ad3d9d7e authored by Jens Axboe's avatar Jens Axboe
Browse files

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: default avatarJeremy Fitzhardinge <jeremy@goop.org>
Reported-by: default avatarChris Mason <chris.mason@oracle.com>
Signed-off-by: default avatarJens Axboe <jaxboe@fusionio.com>
parent 401a18e9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment