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:
cec0831
)
net : optimize skb_release_data()
author
Eric Dumazet
<edumazet@google.com>
Wed, 24 Sep 2014 01:39:30 +0000
(18:39 -0700)
committer
David S. Miller
<davem@davemloft.net>
Fri, 26 Sep 2014 20:53:49 +0000
(16:53 -0400)
Cache skb_shinfo(skb) in a variable to avoid computing it multiple
times.
Reorganize the tests to remove one indentation level.
Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
No differences found