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:
b592e89
)
[SCSI] zfcp: optimize zfcp_qdio_account
author
Heiko Carstens
<heiko.carstens@de.ibm.com>
Tue, 18 Aug 2009 13:43:32 +0000
(15:43 +0200)
committer
James Bottomley
<James.Bottomley@suse.de>
Sat, 5 Sep 2009 13:49:49 +0000
(08:49 -0500)
Remove expensive ktime_get()/ktime_us_delta() functions from the hot
path and use get_clock_monotonic() instead. This elimates seven
function calls and avoids a lot of unnecessary calculations.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Christof Schmitt <christof.schmitt@de.ibm.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
No differences found