Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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: Malahal Naineni <[email protected]> Signed-off-by: Jens Axboe <[email protected]>
- Loading branch information