From: Justin Pettit Date: Mon, 28 Jul 2008 23:08:37 +0000 (-0700) Subject: Export the "dp_mutex" symbol, since it's needed by the hardware tables. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15c94784deeb7fd25cb3c45ed4c746eef1fe94ca;p=openvswitch Export the "dp_mutex" symbol, since it's needed by the hardware tables. --- diff --git a/datapath/datapath.c b/datapath/datapath.c index a303f500..980b91ec 100644 --- a/datapath/datapath.c +++ b/datapath/datapath.c @@ -74,6 +74,7 @@ static struct genl_multicast_group mc_group; */ static struct datapath *dps[DP_MAX]; DEFINE_MUTEX(dp_mutex); +EXPORT_SYMBOL(dp_mutex); static int dp_maint_func(void *data); static int send_port_status(struct net_bridge_port *p, uint8_t status);