From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30736 invoked by alias); 24 Jan 2006 17:16:56 -0000 Received: (qmail 30722 invoked by uid 9453); 24 Jan 2006 17:16:56 -0000 Date: Tue, 24 Jan 2006 17:16:00 -0000 Message-ID: <20060124171656.30720.qmail@sourceware.org> From: teigland@sourceware.org To: cluster-cvs@sources.redhat.com Subject: cluster/dlm-kernel/src lockqueue.c Mailing-List: contact cluster-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: cluster-cvs-owner@sourceware.org X-SW-Source: 2006-q1/txt/msg00081.txt.bz2 List-Id: 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