浏览代码

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>
Eric Dumazet 7 年之前
父节点
当前提交
c22af22cbd
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      include/net/ipv6.h

+ 0 - 1
include/net/ipv6.h

@@ -603,7 +603,6 @@ struct frag_queue {
 	struct in6_addr		daddr;
 	struct in6_addr		daddr;
 
 
 	int			iif;
 	int			iif;
-	unsigned int		csum;
 	__u16			nhoffset;
 	__u16			nhoffset;
 	u8			ecn;
 	u8			ecn;
 };
 };