[ovs-git] Open vSwitch: datapath: Directly use free_netdev for internal devices. (master)
dev at openvswitch.org
dev at openvswitch.org
Thu Nov 4 17:35:22 PDT 2010
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Open vSwitch".
The branch, master has been updated
via 5cc6f314d9eab7975ddaf3dd89366aaf54c234e1 (commit)
from 9106d88c5bc75310f3f83b649d833e4a22cb1158 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 5cc6f314d9eab7975ddaf3dd89366aaf54c234e1
Diffs: http://openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=commitdiff;h=5cc6f314d9eab7975ddaf3dd89366aaf54c234e1
Author: Jesse Gross <jesse at nicira.com>
datapath: Directly use free_netdev for internal devices.
Currently internal devices register a destructor function which
simply calls free_netdev. Instead we can simply set the destructor
to free_netdev. In addition to being cleaner, it is also a bug fix
because the module could be unloaded before the destructor is called,
making a call into our code illegal.
Signed-off-by: Jesse Gross <jesse at nicira.com>
Acked-by: Ben Pfaff <blp at nicira.com>
-----------------------------------------------------------------------
Summary of changes:
datapath/vport-internal_dev.c | 7 +------
1 files changed, 1 insertions(+), 6 deletions(-)
hooks/post-receive
--
Open vSwitch
More information about the git
mailing list