From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4489 invoked by alias); 15 May 2006 23:07:35 -0000 Received: (qmail 4474 invoked by uid 9585); 15 May 2006 23:07:35 -0000 Date: Mon, 15 May 2006 23:07:00 -0000 Message-ID: <20060515230735.4472.qmail@sourceware.org> From: adas@sourceware.org To: cluster-cvs@sources.redhat.com Subject: cluster/gfs-kernel/src/gfs glock.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-q2/txt/msg00272.txt.bz2 List-Id: CVSROOT: /cvs/cluster Module name: cluster Changes by: adas@sourceware.org 2006-05-15 23:07:35 Modified files: gfs-kernel/src/gfs: glock.c Log message: bz191222 fix. When releasing a glock with GL_NOCACHE flag set, care was not taken to ensure that only one holder for the glock remained. This was corrupting the glock and preventing further access to the glock. FLOCKS use this GL_NOCACHE flag. See bugzilla for more information. This patch needs to go through a test cycle to ensure that it doesn't affect other code Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs-kernel/src/gfs/glock.c.diff?cvsroot=cluster&r1=1.24&r2=1.25