ree 275c1d86386d7db9fa75840363230098ca6bddd3 parent 581d4e28d9195aa8b2231383dbabc288988d615e author Jens Axboe 1221584051 -0700 committer Jens Axboe 1223535377 +0200 block: use rq complete marking in blk_abort_request() We cannot abort a request if we raced with the timeout handler already, or with the IO completion. So make blk_abort_request() mark the request as complete, and only continue if we succeeded. Found and suggested by Mike Anderson Signed-off-by: Jens Axboe V