From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jamal Hadi Salim Subject: [PATCH net-next 05/11] net: sched: cls_u32: get rid of tc_u_common ->rcu Date: Sun, 7 Oct 2018 12:38:05 -0400 Message-ID: <20181007163811.18453-6-jhs@emojatatu.com> References: <20181007163811.18453-1-jhs@emojatatu.com> Cc: jiri@resnulli.us, xiyou.wangcong@gmail.com, viro@zeniv.linux.org.uk, netdev@vger.kernel.org, Jamal Hadi Salim To: davem@davemloft.net Return-path: Received: from mail-it1-f195.google.com ([209.85.166.195]:56045 "EHLO mail-it1-f195.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1728319AbeJGXqU (ORCPT ); Sun, 7 Oct 2018 19:46:20 -0400 Received: by mail-it1-f195.google.com with SMTP id c23-v6so8535136itd.5 for ; Sun, 07 Oct 2018 09:38:31 -0700 (PDT) In-Reply-To: <20181007163811.18453-1-jhs@emojatatu.com> Sender: netdev-owner@vger.kernel.org List-ID: From: Al Viro unused Signed-off-by: Al Viro Signed-off-by: Jamal Hadi Salim --- net/sched/cls_u32.c | 1 - 1 file changed, 1 deletion(-) diff --git a/net/sched/cls_u32.c b/net/sched/cls_u32.c index 810c49ac1bbe..c378168f4562 100644 --- a/net/sched/cls_u32.c +++ b/net/sched/cls_u32.c @@ -98,7 +98,6 @@ struct tc_u_common { int refcnt; struct idr handle_idr; struct hlist_node hnode; - struct rcu_head rcu; }; static inline unsigned int u32_hash_fold(__be32 key, -- 2.11.0