mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-05 22:25:16 +00:00
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>
This commit is contained in:
parent
5749d6af49
commit
c22af22cbd
1 changed files with 0 additions and 1 deletions
|
@ -603,7 +603,6 @@ struct frag_queue {
|
|||
struct in6_addr daddr;
|
||||
|
||||
int iif;
|
||||
unsigned int csum;
|
||||
__u16 nhoffset;
|
||||
u8 ecn;
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue