X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fseq.c;h=7a342440276f4d34f3841a5ef38ef16f936f8e07;hb=0ef165ecb57943e17a8ee8270df68ffb8d032e29;hp=ed205a137221a9689ac216a860fcee146124aad3;hpb=f4aa1da85a3c404d7f8d7c70db7ab9990c0804ab;p=sliver-openvswitch.git diff --git a/lib/seq.c b/lib/seq.c index ed205a137..7a3424402 100644 --- a/lib/seq.c +++ b/lib/seq.c @@ -52,7 +52,7 @@ struct seq_thread { bool waiting OVS_GUARDED; /* True if latch_wait() already called. */ }; -static struct ovs_mutex seq_mutex = OVS_ADAPTIVE_MUTEX_INITIALIZER; +static struct ovs_mutex seq_mutex = OVS_MUTEX_INITIALIZER; static uint64_t seq_next OVS_GUARDED_BY(seq_mutex) = 1;