Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e8d15e64 authored by Eric Dumazet's avatar Eric Dumazet Committed by David S. Miller
Browse files

net: rxhash already set in __copy_skb_header



No need to copy rxhash again in __skb_clone()

Signed-off-by: default avatarEric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent e897082f
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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;