FROMLIST: Remove the redundant skb->dev initialization in ip6_fragment
authorChenbo Feng <fengc@google.com>
Sat, 10 Jun 2017 19:35:38 +0000 (12:35 -0700)
committerChenbo Feng <fengc@google.com>
Fri, 16 Jun 2017 17:27:21 +0000 (10:27 -0700)
commitd937a80c5f34fb2e932c36cf27c82f5b0b00d05f
tree65ec56665bf6debe4b2af0ef240a1ae8697537fa
parente22ff4d119bc7708d51af23cb78b41b8c6310515
FROMLIST: Remove the redundant skb->dev initialization in ip6_fragment

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 <fengc@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
(url: http://patchwork.ozlabs.org/patch/774260/)
Bug: 30950746
Change-Id: I6ab42ecca2e2ab57f2c5988edf19d584de35e007
net/ipv6/ip6_output.c