Skip to content

Commit

Permalink
ipv6: frag: remove unused field
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Apr 1, 2018
1 parent 5749d6a commit c22af22
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/net/ipv6.h
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,6 @@ struct frag_queue {
struct in6_addr daddr;

int iif;
unsigned int csum;
__u16 nhoffset;
u8 ecn;
};
Expand Down

0 comments on commit c22af22

Please sign in to comment.