Skip to content
Commit 565e411d authored by malahal@us.ibm.com's avatar malahal@us.ibm.com Committed by Jens Axboe
Browse files

block: optimizations in blk_rq_timed_out_timer()



Now the rq->deadline can't be zero if the request is in the
timeout_list, so there is no need to have next_set. There is no need to
access a request's deadline field if blk_rq_timed_out is called on it.

Signed-off-by: default avatarMalahal Naineni <malahal@us.ibm.com>
Signed-off-by: default avatarJens Axboe <jens.axboe@oracle.com>
parent 66d352e1
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