Re: [PATCH net-next] Remove the redundant skb->dev initialization in ip6_fragment

2017-06-10 Thread David Miller
From: Chenbo Feng Date: Sat, 10 Jun 2017 12:35:38 -0700 > From: Chenbo Feng > > After moves the skb->dev and skb->protocol initialization into > ip6_output, setting the skb->dev inside ip6_fragment is unnecessary. > > Fixes: 97a7a37a7b7b("ipv6: Initial skb->dev and skb->protocol in ip6_output"

[PATCH net-next] Remove the redundant skb->dev initialization in ip6_fragment

2017-06-10 Thread Chenbo Feng
From: Chenbo Feng After moves the skb->dev and skb->protocol initialization into ip6_output, setting the skb->dev inside ip6_fragment is unnecessary. Fixes: 97a7a37a7b7b("ipv6: Initial skb->dev and skb->protocol in ip6_output") Signed-off-by: Chenbo Feng --- net/ipv6/ip6_output.c | 1 - 1 file