Skip to content
Commit 7652113c authored by Mike Christie's avatar Mike Christie Committed by Jens Axboe
Browse files

If the queue is dying then we only call the rq->end_io callout.


This leaves bios setup on the request, because the caller assumes when
the blk_execute_rq_nowait/blk_execute_rq call has completed that
the rq->bios have been cleaned up.

This patch has blk_execute_rq_nowait use __blk_end_request_all
to free bios and also call rq->end_io.

Signed-off-by: default avatarMike Christie <michaelc@cs.wisc.edu>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent adbe6991
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