projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5749d6a
)
ipv6: frag: remove unused field
author
Eric Dumazet
<edumazet@google.com>
Sat, 31 Mar 2018 19:58:42 +0000
(12:58 -0700)
committer
David 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
patch
|
blob
|
history
diff --git
a/include/net/ipv6.h
b/include/net/ipv6.h
index 50a6f0ddb8780f6c9169f4ae0b3b35af2d66cd4b..5c18836672e9d1c560cdce15f5b34928c337abfd 100644
(file)
--- a/
include/net/ipv6.h
+++ b/
include/net/ipv6.h
@@
-603,7
+603,6
@@
struct frag_queue {
struct in6_addr daddr;
int iif;
- unsigned int csum;
__u16 nhoffset;
u8 ecn;
};