[ovs-dev] [PATCH 0/2] Add checking for mutex and rwlock initialization.

2014-04-25 Thread Ben Pfaff
v1->v2: In patch 1, always initialize the lacp mutex, instead of avoiding the need to initialize it. Ben Pfaff (2): lacp: Ensure that mutex is initialized when used in lacp_status(). ovs-thread: Add checking for mutex and rwlock initialization. lib/lacp.c | 18 +++---

Re: [ovs-dev] [PATCH 0/2] Add checking for mutex and rwlock initialization.

2014-04-25 Thread Ben Pfaff
These should have been marked v2. Sorry. On Fri, Apr 25, 2014 at 09:56:22AM -0700, Ben Pfaff wrote: > v1->v2: In patch 1, always initialize the lacp mutex, instead of avoiding >the need to initialize it. > > Ben Pfaff (2): > lacp: Ensure that mutex is initialized when used in lacp_status()