From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21559 invoked by alias); 19 Dec 2005 23:01:03 -0000 Received: (qmail 21546 invoked by uid 9453); 19 Dec 2005 23:01:02 -0000 Date: Mon, 19 Dec 2005 23:01:00 -0000 Message-ID: <20051219230102.21544.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/msg00315.txt.bz2 List-Id: CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL4 Changes by: teigland@sourceware.org 2005-12-19 23:01:02 Modified files: dlm-kernel/src : lockqueue.c Log message: Remove an assertion. Before sending a lock request we were asserting that the destination (from the lkb's nodeid field) matched the rsb's nodeid that we got from a lookup and copied to the lkb. Given the right combination, the nodeid in the rsb can be invalidated by another failed request (and set to -1) before the assertion check. 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.7&r2=1.37.2.8