projects
/
openvswitch
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94f903a
)
Export the "dp_mutex" symbol, since it's needed by the hardware tables.
author
Justin Pettit
<jpettit@nicira.com>
Mon, 28 Jul 2008 23:08:37 +0000
(16:08 -0700)
committer
Justin Pettit
<jpettit@nicira.com>
Mon, 28 Jul 2008 23:08:37 +0000
(16:08 -0700)
datapath/datapath.c
patch
|
blob
|
history
diff --git
a/datapath/datapath.c
b/datapath/datapath.c
index a303f5008282fb6885b7aecb6fac4053bf48caf7..980b91ec86401f3c2eeb2c9f1cc7c9f44c25b485 100644
(file)
--- 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);