From: Eli Cohen Date: Tue, 17 Aug 2021 17:05:17 +0000 (+0300) Subject: net/core: Remove unused field from struct flow_indr_dev X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c1c5cb3aee05e77abe9f9a3400692f46079fbf05;p=linux.git net/core: Remove unused field from struct flow_indr_dev rcu field is not used. Remove it. Reviewed-by: Jiri Pirko Signed-off-by: Eli Cohen Signed-off-by: David S. Miller --- diff --git a/net/core/flow_offload.c b/net/core/flow_offload.c index 715b67f6c62f3..1da83997e86a3 100644 --- a/net/core/flow_offload.c +++ b/net/core/flow_offload.c @@ -327,7 +327,6 @@ struct flow_indr_dev { flow_indr_block_bind_cb_t *cb; void *cb_priv; refcount_t refcnt; - struct rcu_head rcu; }; static struct flow_indr_dev *flow_indr_dev_alloc(flow_indr_block_bind_cb_t *cb,