projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e897082
)
net: rxhash already set in __copy_skb_header
author
Eric Dumazet
<eric.dumazet@gmail.com>
Sun, 13 Jun 2010 10:50:46 +0000
(10:50 +0000)
committer
David S. Miller
<davem@davemloft.net>
Mon, 14 Jun 2010 00:16:54 +0000
(17:16 -0700)
No need to copy rxhash again in __skb_clone()
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/skbuff.c
patch
|
blob
|
history
diff --git
a/net/core/skbuff.c
b/net/core/skbuff.c
index bcf2fa3e0ddc81885867a9d7a1d2d0fb50ca4703..34432b4e96bb288931e8b6ebf2d8d78b5c6589c5 100644
(file)
--- a/
net/core/skbuff.c
+++ b/
net/core/skbuff.c
@@
-570,7
+570,6
@@
static struct sk_buff *__skb_clone(struct sk_buff *n, struct sk_buff *skb)
C(len);
C(data_len);
C(mac_len);
- C(rxhash);
n->hdr_len = skb->nohdr ? skb_headroom(skb) : skb->hdr_len;
n->cloned = 1;
n->nohdr = 0;