From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jim Meyering Date: Sun, 21 Jun 2009 09:49:37 +0200 Subject: [Cluster-devel] [PATCH] avoid configure failure with F10's 2.6.27.21 kernel headers In-Reply-To: <20090620102240.GA23581@sucs.org> (Andrew Price's message of "Sat, 20 Jun 2009 11:22:40 +0100") References: <87hbycw048.fsf@meyering.net> <20090620102240.GA23581@sucs.org> Message-ID: <87vdmqqb5a.fsf@meyering.net> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Andrew Price wrote: > Which branch is this for? It doesn't apply to gfs2-utils.git... Hi Andrew, This is for dlm. Sorry for not specifying. I've just done the following to a few cluster-related repositories so now dlm-related patches will use "[PATCH dlm]" as the prefix: git config format.subjectprefix 'PATCH '$(basename $PWD) > On Fri, Jun 19, 2009 at 08:26:47PM +0200, Jim Meyering wrote: >> Without the patch below, ./configure would fail like this on Fedora 10: >> >> checking linux/dlm_plock.h usability... no >> checking linux/dlm_plock.h presence... yes >> configure: WARNING: linux/dlm_plock.h: present but cannot be compiled ... >> Here's the patch: >> >> >From 013d711c8731da4f11df2437c6c1251d7edb91ea Mon Sep 17 00:00:00 2001 >> From: Jim Meyering >> Date: Fri, 19 Jun 2009 20:24:18 +0200 >> Subject: [PATCH] avoid configure failure with F10's 2.6.27.21 kernel headers ...