Use "error-checking" mutexes in place of other kinds wherever possible.
[sliver-openvswitch.git] / lib / netlink-socket.c
index 99bd4cc..9562d38 100644 (file)
@@ -1012,7 +1012,7 @@ struct nl_pool {
     int n;
 };
 
-static struct ovs_mutex pool_mutex = OVS_ADAPTIVE_MUTEX_INITIALIZER;
+static struct ovs_mutex pool_mutex = OVS_MUTEX_INITIALIZER;
 static struct nl_pool pools[MAX_LINKS] OVS_GUARDED_BY(pool_mutex);
 
 static int