This is the mail archive of the
cluster-cvs@sourceware.org
mailing list for the cluster.
cluster/dlm-kernel/src lockqueue.c
- From: teigland at sourceware dot org
- To: cluster-cvs at sources dot redhat dot com
- Date: 16 Dec 2005 20:18:04 -0000
- Subject: cluster/dlm-kernel/src lockqueue.c
CVSROOT: /cvs/cluster
Module name: cluster
Branch: RHEL4
Changes by: teigland@sourceware.org 2005-12-16 20:18:04
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=RHEL4&r1=1.37.2.6&r2=1.37.2.7