Commit c22af22c authored by Eric Dumazet's avatar Eric Dumazet Committed by David S. Miller

ipv6: frag: remove unused field

csum field in struct frag_queue is not used, remove it.
Signed-off-by: default avatarEric Dumazet <edumazet@google.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 5749d6af
......@@ -603,7 +603,6 @@ struct frag_queue {
struct in6_addr daddr;
int iif;
unsigned int csum;
__u16 nhoffset;
u8 ecn;
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment