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
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,
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