From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Dumazet Subject: [PATCH v2 net-next 01/12] ipv6: frag: remove unused field Date: Fri, 30 Mar 2018 13:42:25 -0700 Message-ID: <20180330204236.43675-2-edumazet@google.com> References: <20180330204236.43675-1-edumazet@google.com> Cc: netdev , Florian Westphal , Herbert Xu , Thomas Graf , Jesper Dangaard Brouer , Alexander Aring , Stefan Schmidt , Kirill Tkhai , Eric Dumazet , Eric Dumazet To: "David S . Miller" Return-path: Received: from mail-pg0-f65.google.com ([74.125.83.65]:37191 "EHLO mail-pg0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752719AbeC3UnL (ORCPT ); Fri, 30 Mar 2018 16:43:11 -0400 Received: by mail-pg0-f65.google.com with SMTP id n11so5659552pgp.4 for ; Fri, 30 Mar 2018 13:43:10 -0700 (PDT) In-Reply-To: <20180330204236.43675-1-edumazet@google.com> Sender: netdev-owner@vger.kernel.org List-ID: csum field in struct frag_queue is not used, remove it. Signed-off-by: Eric Dumazet --- include/net/ipv6.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/net/ipv6.h b/include/net/ipv6.h index 50a6f0ddb8780f6c9169f4ae0b3b35af2d66cd4b..5c18836672e9d1c560cdce15f5b34928c337abfd 100644 --- 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; }; -- 2.17.0.rc1.321.gba9d0f2565-goog