[Openais-commits] r1558 - trunk/exec

sdake at developer.osdl.org sdake at developer.osdl.org
Mon Jun 23 15:44:06 PDT 2008


Author: sdake
Date: 2008-06-23 15:44:06 -0700 (Mon, 23 Jun 2008)
New Revision: 1558

Modified:
   trunk/exec/lck.c
Log:
Fix unlock_algorithm in lock service.



Modified: trunk/exec/lck.c
===================================================================
--- trunk/exec/lck.c	2008-06-23 22:42:42 UTC (rev 1557)
+++ trunk/exec/lck.c	2008-06-23 22:44:06 UTC (rev 1558)
@@ -1130,6 +1130,7 @@
 			 */
 			list_p = resource->pr_pending_list_head.next;
 			list_del (&resource->pr_pending_list_head);
+			list_init (&resource->pr_pending_list_head);
 			list_add_tail (list_p,
 				&resource->pr_granted_list_head);
 		}



More information about the Openais-commits mailing list