ipv6: frag: remove unused field
authorEric Dumazet <edumazet@google.com>
Sat, 31 Mar 2018 19:58:42 +0000 (12:58 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 1 Apr 2018 03:25:38 +0000 (23:25 -0400)
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>
include/net/ipv6.h

index 50a6f0d..5c18836 100644 (file)
@@ -603,7 +603,6 @@ struct frag_queue {
        struct in6_addr         daddr;
 
        int                     iif;
-       unsigned int            csum;
        __u16                   nhoffset;
        u8                      ecn;
 };