From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23028 invoked by alias); 12 Jul 2006 21:58:30 -0000 Received: (qmail 23001 invoked by uid 9585); 12 Jul 2006 21:58:29 -0000 Date: Wed, 12 Jul 2006 21:58:00 -0000 Message-ID: <20060712215829.23000.qmail@sourceware.org> From: adas@sourceware.org To: cluster-cvs@sources.redhat.com Subject: cluster/gfs-kernel/src/dlm plock.c lock_dlm.h 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-q3/txt/msg00086.txt.bz2 List-Id: CVSROOT: /cvs/cluster Module name: cluster Branch: STABLE Changes by: adas@sourceware.org 2006-07-12 21:58:29 Modified files: gfs-kernel/src/dlm: plock.c lock_dlm.h Log message: Fix for bz 198303. F_GETLK was broken, always used to return zero conflicts for local plocks. Also bogus pid was being returned for local locks. Added a new pid field to gfs posix lock to store and return actual pid Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs-kernel/src/dlm/plock.c.diff?cvsroot=cluster&only_with_tag=STABLE&r1=1.12&r2=1.12.8.1 http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs-kernel/src/dlm/lock_dlm.h.diff?cvsroot=cluster&only_with_tag=STABLE&r1=1.18.2.3.6.1&r2=1.18.2.3.6.2