]> www.infradead.org Git - users/hch/misc.git/commitdiff
net/core: Remove unused field from struct flow_indr_dev
authorEli Cohen <elic@nvidia.com>
Tue, 17 Aug 2021 17:05:17 +0000 (20:05 +0300)
committerDavid S. Miller <davem@davemloft.net>
Thu, 19 Aug 2021 12:19:30 +0000 (13:19 +0100)
rcu field is not used. Remove it.

Reviewed-by: Jiri Pirko <jiri@nvidia.com>
Signed-off-by: Eli Cohen <elic@nvidia.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/flow_offload.c

index 715b67f6c62f31ac4e53ab6290235e8077e23ea5..1da83997e86a396bbdc313eac8367479dcd22d2c 100644 (file)
@@ -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,