aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Dumazet <edumazet@google.com>2018-03-31 15:58:42 -0400
committerDavid S. Miller <davem@davemloft.net>2018-03-31 23:25:38 -0400
commitc22af22cbdc206a0273d0e6d773bd3dfc99d2b02 (patch)
treee870188e1ed4091ac5311ffaaf2ecb344f7d85c4
parent5749d6af4925a9da362b37df920c2a1dc54689a1 (diff)
ipv6: frag: remove unused field
csum field in struct frag_queue is not used, remove it. Signed-off-by: Eric Dumazet <edumazet@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>
-rw-r--r--include/net/ipv6.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/ipv6.h b/include/net/ipv6.h
index 50a6f0ddb878..5c18836672e9 100644
--- a/include/net/ipv6.h
+++ b/include/net/ipv6.h
@@ -603,7 +603,6 @@ struct frag_queue {
603 struct in6_addr daddr; 603 struct in6_addr daddr;
604 604
605 int iif; 605 int iif;
606 unsigned int csum;
607 __u16 nhoffset; 606 __u16 nhoffset;
608 u8 ecn; 607 u8 ecn;
609}; 608};