mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
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>
This commit is contained in:
parent
ec17caf078
commit
07743ca5c9
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user