From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7636 invoked by alias); 16 Dec 2005 20:18:08 -0000 Received: (qmail 7617 invoked by uid 9453); 16 Dec 2005 20:18:04 -0000 Date: Fri, 16 Dec 2005 20:18:00 -0000 Message-ID: <20051216201804.7615.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: 2005-q4/txt/msg00310.txt.bz2 List-Id: 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