mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-24 15:42:32 +00:00
net/core: Remove unused field from struct flow_indr_dev
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>
This commit is contained in:
parent
2274af1d60
commit
c1c5cb3aee
1 changed files with 0 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue