Re: [ovs-dev] [PATCH] ovs-thread: Fix OVS_ADAPTIVE_MUTEX_INITIALIZER.

2014-05-01 Thread Ben Pfaff
Thanks, applied. On Thu, May 01, 2014 at 08:44:10AM -0700, Jarno Rajahalme wrote: > Acked-by: Jarno Rajahalme > > > On May 1, 2014, at 8:26 AM, Ben Pfaff wrote: > > > > Commit 05bf6d3c62e1d (ovs-thread: Add checking for mutex and rwlock > > initialization.) updated mutex and rwlock initializer

Re: [ovs-dev] [PATCH] ovs-thread: Fix OVS_ADAPTIVE_MUTEX_INITIALIZER.

2014-05-01 Thread Jarno Rajahalme
Acked-by: Jarno Rajahalme > On May 1, 2014, at 8:26 AM, Ben Pfaff wrote: > > Commit 05bf6d3c62e1d (ovs-thread: Add checking for mutex and rwlock > initialization.) updated mutex and rwlock initializers to set the "where" > member to a nonnull value, but missed this one. This commit fixes the >

[ovs-dev] [PATCH] ovs-thread: Fix OVS_ADAPTIVE_MUTEX_INITIALIZER.

2014-05-01 Thread Ben Pfaff
Commit 05bf6d3c62e1d (ovs-thread: Add checking for mutex and rwlock initialization.) updated mutex and rwlock initializers to set the "where" member to a nonnull value, but missed this one. This commit fixes the problem. This does not cause real problems in practice because OVS_ADAPTIVE_MUTEX_INI