Re: [Cluster-devel] [PATCH] for a header-file-cannot-found building error

2007-08-15 Thread 程任全
On 8/16/07, David Teigland <[EMAIL PROTECTED]> wrote: > On Wed, Aug 15, 2007 at 11:27:01AM +0800, Denis Cheng wrote: > > the -idirafter used as a backend including path for header files, but > > the original style didn't work, pick a specific gcc command from the > > making process: > > > > gcc -Wa

[Cluster-devel] cluster/gfs2 convert/gfs2_convert.c fsck/Makef ...

2007-08-15 Thread rpeterso
CVSROOT:/cvs/cluster Module name:cluster Branch: RHEL5 Changes by: [EMAIL PROTECTED] 2007-08-15 22:31:00 Modified files: gfs2/convert : gfs2_convert.c gfs2/fsck : Makefile fsck.h main.c pass1.c gfs2/libgfs2 : gfs2_log.c libgfs2.h L

[Cluster-devel] cluster/gfs2 convert/gfs2_convert.c fsck/Makef ...

2007-08-15 Thread rpeterso
CVSROOT:/cvs/cluster Module name:cluster Changes by: [EMAIL PROTECTED] 2007-08-15 22:28:18 Modified files: gfs2/convert : gfs2_convert.c gfs2/fsck : Makefile fsck.h main.c pass1.c gfs2/libgfs2 : gfs2_log.c libgfs2.h Log message: Re

[Cluster-devel] cluster/fence/man fence.8 fenced.8 fence_tool. ...

2007-08-15 Thread teigland
CVSROOT:/cvs/cluster Module name:cluster Changes by: [EMAIL PROTECTED] 2007-08-15 21:09:01 Modified files: fence/man : fence.8 fenced.8 fence_tool.8 fence_node.8 Log message: Update fence, fenced, fence_tool and fence_node man pages which were s

[Cluster-devel] cluster/fence/fence_tool fence_tool.c

2007-08-15 Thread teigland
CVSROOT:/cvs/cluster Module name:cluster Changes by: [EMAIL PROTECTED] 2007-08-15 20:57:28 Modified files: fence/fence_tool: fence_tool.c Log message: clean out some options that were only relevant to rhel4 remove the monitor option which didn't do a

[Cluster-devel] cluster/fence/fenced main.c

2007-08-15 Thread teigland
CVSROOT:/cvs/cluster Module name:cluster Changes by: [EMAIL PROTECTED] 2007-08-15 20:55:02 Modified files: fence/fenced : main.c Log message: clean out junk that was only relevant to rhel4 Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/fence/fe

[Cluster-devel] cluster/cman/cman_tool main.c

2007-08-15 Thread rmccabe
CVSROOT:/cvs/cluster Module name:cluster Changes by: [EMAIL PROTECTED] 2007-08-15 19:39:56 Modified files: cman/cman_tool : main.c Log message: Fix a few (harmless) places where memory is allocated but not freed I stumbled onto hunting down something else.

[Cluster-devel] cluster/rgmanager ChangeLog src/utils/clustat.c

2007-08-15 Thread lhh
CVSROOT:/cvs/cluster Module name:cluster Changes by: [EMAIL PROTECTED] 2007-08-15 18:43:00 Modified files: rgmanager : ChangeLog rgmanager/src/utils: clustat.c Log message: Fix uninitialized var Patches: http://sourceware.org/cgi-bin/cvsweb.cg

[Cluster-devel] cluster/rgmanager ChangeLog src/utils/clustat.c

2007-08-15 Thread lhh
CVSROOT:/cvs/cluster Module name:cluster Branch: RHEL5 Changes by: [EMAIL PROTECTED] 2007-08-15 18:41:12 Modified files: rgmanager : ChangeLog rgmanager/src/utils: clustat.c Log message: Fix uninitialized var Patches: http://sourceware

Re: [Cluster-devel] [PATCH] for a header-file-cannot-found building error

2007-08-15 Thread David Teigland
On Wed, Aug 15, 2007 at 11:27:01AM +0800, Denis Cheng wrote: > the -idirafter used as a backend including path for header files, but > the original style didn't work, pick a specific gcc command from the > making process: > > gcc -Wall -g -I. -O2 -idirafter /usr/src/linux-2.6.21.7/include/linux >

[Cluster-devel] Re: [PATCH][GFS2] bz235299: Fix quota do_list operation hang

2007-08-15 Thread Steven Whitehouse
Hi, On Wed, 2007-08-15 at 11:25 -0500, Abhijith Das wrote: > This is the filesystem part of the patches to fix this bz. There are > additional userland patches (gfs2_quota, libgfs2) for the complete > solution. This patch adds a new field qu_ll_next to the gfs2_quota > structure. This field allows

[Cluster-devel] [PATCH][GFS2] bz235299: Fix quota do_list operation hang

2007-08-15 Thread Abhijith Das
This is the filesystem part of the patches to fix this bz. There are additional userland patches (gfs2_quota, libgfs2) for the complete solution. This patch adds a new field qu_ll_next to the gfs2_quota structure. This field allows us to create linked lists of quotas in the ondisk quota inode. Inst

[Cluster-devel] Re: [PATCH] gfs2: fixed a NULL pointer assignment BUG

2007-08-15 Thread Steven Whitehouse
Hi, Now in the GFS2 -nmw git tree. Thanks, Steve. On Wed, 2007-08-15 at 23:54 +0800, Denis Cheng wrote: > Signed-off-by: Denis Cheng <[EMAIL PROTECTED]> > --- > fs/gfs2/ops_fstype.c |5 +++-- > 1 files changed, 3 insertions(+), 2 deletions(-) > > diff --git a/fs/gfs2/ops_fstype.c b/fs/gfs2

[Cluster-devel] [PATCH] gfs2: fixed a NULL pointer assignment BUG

2007-08-15 Thread Denis Cheng
Signed-off-by: Denis Cheng <[EMAIL PROTECTED]> --- fs/gfs2/ops_fstype.c |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/fs/gfs2/ops_fstype.c b/fs/gfs2/ops_fstype.c index cf5aa50..67e2d43 100644 --- a/fs/gfs2/ops_fstype.c +++ b/fs/gfs2/ops_fstype.c @@ -301,8 +301,9 @@ s

[Cluster-devel] conga/luci/site/luci/var Data.fs

2007-08-15 Thread rmccabe
CVSROOT:/cvs/cluster Module name:conga Branch: RHEL5 Changes by: [EMAIL PROTECTED] 2007-08-15 15:12:08 Modified files: luci/site/luci/var: Data.fs Log message: Update the luci zope database in preparation for a build Patches: http://sourceware.org/c

[Cluster-devel] conga ./conga.spec.in.in luci/storage/form-macros

2007-08-15 Thread rmccabe
CVSROOT:/cvs/cluster Module name:conga Branch: RHEL5 Changes by: [EMAIL PROTECTED] 2007-08-15 14:38:18 Modified files: . : conga.spec.in.in luci/storage : form-macros Log message: - Pending a proper fix for 249579, add a note

[Cluster-devel] GFS2/DLM -nmw git tree rebase

2007-08-15 Thread Steven Whitehouse
Hi, Linus has accepted the patches from the -fixes tree, so I've rebased the -nmw git tree to his latest tree, Steve.

[Cluster-devel] Re: [PATCH][GFS2] bz250772 Force unstuff of hidden quota inode

2007-08-15 Thread Steven Whitehouse
Hi, On Tue, 2007-08-14 at 15:34 -0500, Abhijith Das wrote: > This patch forcibly unstuffs (if stuffed) the hidden quota inode at the > first availble opportunity. In any practical scenario the quota inode > won't be stuffed, so this is ok to do. Unstuffing the quota inode allows > us to ignore the

[Cluster-devel] [PATCH] for a header-file-cannot-found building error

2007-08-15 Thread Denis Cheng
the -idirafter used as a backend including path for header files, but the original style didn't work, pick a specific gcc command from the making process: gcc -Wall -g -I. -O2 -idirafter /usr/src/linux-2.6.21.7/include/linux -I//usr/include \ -I../config -I../../cman/lib -I../include/ -