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 <[email protected]> >> Date: Fri, 19 Jun 2009 20:24:18 +0200 >> Subject: [PATCH] avoid configure failure with F10's 2.6.27.21 kernel headers ...
