On Tue, Oct 18, 2016 at 4:47 AM, Jiri Benc <jb...@redhat.com> wrote: > Many symbols exported to other modules are really used only by > openvswitch.ko. Remove the exports. > > Tested by loading all 4 openvswitch modules, nothing breaks. > > Signed-off-by: Jiri Benc <jb...@redhat.com> > --- > net/openvswitch/datapath.c | 2 -- > net/openvswitch/vport-netdev.c | 1 - > net/openvswitch/vport.c | 2 -- > 3 files changed, 5 deletions(-) > ... ... > @@ -479,7 +478,6 @@ void ovs_vport_deferred_free(struct vport *vport) > > call_rcu(&vport->rcu, free_vport_rcu); > } > -EXPORT_SYMBOL_GPL(ovs_vport_deferred_free); >
ovs_vport_deferred_free() is not used anywhere. can you remove it? _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev