X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=lib%2Fseq.c;h=7a342440276f4d34f3841a5ef38ef16f936f8e07;hb=2d04b6ea214daf96020ce5ca994fcb5380556247;hp=ed205a137221a9689ac216a860fcee146124aad3;hpb=77d14d9c7f9ce7245eff56aacd420646577892d0;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;