Re: [ovs-dev] [PATCH 2/2] ofproto: Add more thread safety annotations.

2014-01-10 Thread Ben Pfaff
Thanks. I applied this to master. I improved the commit message to: ofproto: Add more thread safety annotations. These would have found the problem fixed in commit c7be3f559349 (connmgr: Fix attempt to take mutex recursively when exiting fail-open.). Signed-off-by: Ben Pfaff

Re: [ovs-dev] [PATCH 2/2] ofproto: Add more thread safety annotations.

2014-01-08 Thread Alex Wang
Looks good to me, On Mon, Nov 25, 2013 at 2:14 PM, Ben Pfaff wrote: > These would have found the problem fixed in the previous patch. > > Signed-off-by: Ben Pfaff > --- > ofproto/connmgr.c |3 ++- > ofproto/fail-open.c |3 +++ > ofproto/fail-open.h |6 +++--- > 3 files changed,

[ovs-dev] [PATCH 2/2] ofproto: Add more thread safety annotations.

2013-11-25 Thread Ben Pfaff
These would have found the problem fixed in the previous patch. Signed-off-by: Ben Pfaff --- ofproto/connmgr.c |3 ++- ofproto/fail-open.c |3 +++ ofproto/fail-open.h |6 +++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/ofproto/connmgr.c b/ofproto/connmgr.c ind