projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2274af1
)
net/core: Remove unused field from struct flow_indr_dev
author
Eli Cohen
<elic@nvidia.com>
Tue, 17 Aug 2021 17:05:17 +0000
(20:05 +0300)
committer
David 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
patch
|
blob
|
history
diff --git
a/net/core/flow_offload.c
b/net/core/flow_offload.c
index 715b67f6c62f31ac4e53ab6290235e8077e23ea5..1da83997e86a396bbdc313eac8367479dcd22d2c 100644
(file)
--- 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,