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:
ad8e4b7
)
[RXRPC]: Decrease number of pointer derefs in connection.c
author
Jesper Juhl
<jesper.juhl@gmail.com>
Tue, 10 Jan 2006 21:07:44 +0000
(13:07 -0800)
committer
David S. Miller
<davem@davemloft.net>
Tue, 10 Jan 2006 21:07:44 +0000
(13:07 -0800)
Decrease the number of pointer derefs in net/rxrpc/connection.c
Benefits of the patch:
- Fewer pointer dereferences should make the code slightly faster.
- Size of generated code is smaller
- improved readability
Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found