aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/cls_u32.c
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2018-10-08 06:22:38 -0400
committerDavid S. Miller <davem@davemloft.net>2018-10-08 10:33:35 -0700
commit07743ca5c9695f0d5e8079f82d2f2f3b92cc138d (patch)
treed27d8703e7e10073cc44d2d344198630ded8816d /net/sched/cls_u32.c
parentnet: sched: cls_u32: get rid of tc_u_knode ->tp (diff)
downloadlinux-dev-07743ca5c9695f0d5e8079f82d2f2f3b92cc138d.tar.xz
linux-dev-07743ca5c9695f0d5e8079f82d2f2f3b92cc138d.zip
net: sched: cls_u32: get rid of tc_u_common ->rcu
unused Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Jamal Hadi Salim <jhs@mojatatu.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--net/sched/cls_u32.c1
1 files changed, 0 insertions, 1 deletions
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,