cluster/dlm-kernel/src lockqueue.c

teigland@sourceware.org teigland@sourceware.org
Tue Jan 24 17:16:00 GMT 2006


CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL4U3
Changes by:	teigland@sourceware.org	2006-01-24 17:16:56

Modified files:
	dlm-kernel/src : lockqueue.c 

Log message:
	- In process_cluster_request() replace most of the assertions with an
	error message followed by ignoring the request.  There are some corner
	cases that would trigger assertions/panics when the request should
	just be ignored instead.
	
	- There's a statement to catch a corner case where a grant message
	arrives for a lock being unlocked.  We want to ignore the grant
	message, but the code was just returning instead of breaking which
	meant the in_recovery rw-semapohre wasn't being released.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/dlm-kernel/src/lockqueue.c.diff?cvsroot=cluster&only_with_tag=RHEL4U3&r1=1.37.2.6&r2=1.37.2.6.10.1



More information about the Cluster-cvs mailing list