net: rxhash already set in __copy_skb_header
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>
This commit is contained in:
parent
e897082fe7
commit
e8d15e6460
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue