commit | 89dfba3e1b7e4dc52db71b4b243954cab63fcf49 | [log] [tgz] |
---|---|---|
author | Chenbo Feng <fengc@google.com> | Sat Jun 10 12:35:38 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sat Jun 10 16:25:21 2017 -0400 |
tree | 6ee4ece2d533f62d11132dd0eaa3307bcd4875f6 | |
parent | 4abf5a653bf837aa93ad3fcf7cc918e90f44fb2d [diff] |
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>