git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66d352e
)
block: optimizations in blk_rq_timed_out_timer()
author
malahal@us.ibm.com
<malahal@us.ibm.com>
Thu, 30 Oct 2008 07:51:58 +0000
(08:51 +0100)
committer
Jens Axboe
<jens.axboe@oracle.com>
Mon, 29 Dec 2008 07:28:42 +0000
(08:28 +0100)
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 <malahal@us.ibm.com>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
No differences found