commit | ff04a771ad25fc9ba91690e73465b4d34b6bf8b3 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Tue Sep 23 18:39:30 2014 -0700 |
committer | David S. Miller <davem@davemloft.net> | Fri Sep 26 16:53:49 2014 -0400 |
tree | 4d42ca1c4b28e84e35f8e4cad3ad277287c25cc8 | |
parent | cec08315190a4461a369d47041a510d104a5d2a2 [diff] |
net : optimize skb_release_data() 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>