[Cluster-devel] [GFS2] Introduce gfs2_set_aops()

2007-10-17 Thread Steven Whitehouse
From 8b777b51c2aebedc469fe7c6b0f41b50746c8281 Mon Sep 17 00:00:00 2001 From: Steven Whitehouse [EMAIL PROTECTED] Date: Wed, 17 Oct 2007 08:47:38 +0100 Subject: [PATCH] [GFS2] Introduce gfs2_set_aops() Just like ext3 we now have three sets of address space operations to cover the cases of

[Cluster-devel] [GFS2] Add gfs2_is_writeback()

2007-10-17 Thread Steven Whitehouse
Hi, This patch and the following 4 relate to Red Hat bugzilla #303351. I've had them in my local tree for testing for a while, but I've been waiting for the merge of the new AOPs code before producing the versions for my -nmw git tree which are attached here, Steve. From

[Cluster-devel] cluster/dlm/lib libdlm.c

2007-10-17 Thread teigland
CVSROOT:/cvs/cluster Module name:cluster Branch: RHEL5 Changes by: [EMAIL PROTECTED] 2007-10-17 18:13:41 Modified files: dlm/lib: libdlm.c Log message: Honour the mode parameter to dlm_create_lockspace() even if the device node was

[Cluster-devel] cluster/fence/agents/xvm fence_xvmd.c

2007-10-17 Thread lhh
CVSROOT:/cvs/cluster Module name:cluster Branch: RHEL5 Changes by: [EMAIL PROTECTED] 2007-10-17 18:21:29 Modified files: fence/agents/xvm: fence_xvmd.c Log message: Make fence_xvmd read options from ccs like it should Patches:

[Cluster-devel] Re: fence/agents/xvm cleanup?

2007-10-17 Thread Lon Hohberger
On Wed, 2007-10-17 at 08:32 +0200, Fabio Massimo Di Nitto wrote: Hi Lon, while poking around in the code to kill ccsd, I noticed that args_get_ccs is built within fence_xvmd but not used anywhere. I am not sure if that is intentional (and therefor we can just kill it) or not used by

[Cluster-devel] cluster/fence/agents/xvm fence_xvmd.c

2007-10-17 Thread lhh
CVSROOT:/cvs/cluster Module name:cluster Changes by: [EMAIL PROTECTED] 2007-10-17 18:29:57 Modified files: fence/agents/xvm: fence_xvmd.c Log message: Make fence_xvmd read options from ccs like it should Patches:

[Cluster-devel] cluster/dlm/tool main.c

2007-10-17 Thread teigland
CVSROOT:/cvs/cluster Module name:cluster Branch: RHEL5 Changes by: [EMAIL PROTECTED] 2007-10-17 19:07:52 Modified files: dlm/tool : main.c Log message: used wrong define, DLM_LOCK_ instead of LKM_ Patches:

[Cluster-devel] cluster/dlm/tool main.c

2007-10-17 Thread teigland
CVSROOT:/cvs/cluster Module name:cluster Changes by: [EMAIL PROTECTED] 2007-10-17 19:11:30 Modified files: dlm/tool : main.c Log message: used wrong define, DLM_LOCK_ instead of LKM_ Patches:

[Cluster-devel] cluster/fence/agents/xvm debug.h

2007-10-17 Thread lhh
CVSROOT:/cvs/cluster Module name:cluster Changes by: [EMAIL PROTECTED] 2007-10-17 19:38:31 Added files: fence/agents/xvm: debug.h Log message: Include missing debug.h header file Patches: