From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Dumazet Subject: [PATCH v3 net-next 01/12] ipv6: frag: remove unused field Date: Fri, 30 Mar 2018 17:52:58 -0700 Message-ID: <20180331005309.179376-2-edumazet@google.com> References: <20180331005309.179376-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-pf0-f193.google.com ([209.85.192.193]:33952 "EHLO mail-pf0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752603AbeCaAxT (ORCPT ); Fri, 30 Mar 2018 20:53:19 -0400 Received: by mail-pf0-f193.google.com with SMTP id q9so6359161pff.1 for ; Fri, 30 Mar 2018 17:53:19 -0700 (PDT) In-Reply-To: <20180331005309.179376-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