Patch attached which unlocks a mutex in openasync.

Regards
steve
Index: Makefile.inc
===================================================================
--- Makefile.inc	(revision 1722)
+++ Makefile.inc	(working copy)
@@ -59,7 +59,7 @@
 # OPENAIS_BUILD can be defined as RELEASE or DEBUG
 #
 ifndef OPENAIS_BUILD
-	OPENAIS_BUILD=RELEASE
+	OPENAIS_BUILD=DEBUG
 endif
 
 # OPENAIS_PROFILE
Index: lib/ckpt.c
===================================================================
--- lib/ckpt.c	(revision 1722)
+++ lib/ckpt.c	(working copy)
@@ -757,6 +757,8 @@
 		&res_lib_ckpt_checkpointopenasync,
 		sizeof (struct res_lib_ckpt_checkpointopenasync));
 
+	pthread_mutex_unlock (&ckptInstance->response_mutex);
+
 	if (error != SA_AIS_OK) {
 		goto error_put_destroy;
 	}
_______________________________________________
Openais mailing list
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/openais

Reply via email to