Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit 87890092 authored by Baolin Wang's avatar Baolin Wang Committed by Jens Axboe
Browse files

blk-mq: remove redundant validation in __blk_mq_end_request()


We've already validated the 'q->elevator' before calling
->ops.completed_request() in blk_mq_sched_completed_request(), thus no
need to validate rq->internal_tag again. Rmove it.

Signed-off-by: default avatarBaolin Wang <baolin.wang@linux.alibaba.com>
Reviewed-by: default avatarMing Lei <ming.lei@redhat.com>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent 106e71c5
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