On Wed, Oct 19, 2016 at 2:26 AM, Jiri Benc wrote:
> ovs_vport_deferred_free is not used anywhere. It's the only caller of
> free_vport_rcu thus this one can be removed, too.
>
> Signed-off-by: Jiri Benc
Acked-by: Pravin B Shelar
___
dev mailing list
d
ovs_vport_deferred_free is not used anywhere. It's the only caller of
free_vport_rcu thus this one can be removed, too.
Signed-off-by: Jiri Benc
---
new in v2
---
net/openvswitch/vport.c | 16
net/openvswitch/vport.h | 1 -
2 files changed, 17 deletions(-)
diff --git a/net/ope