[Cluster-devel] cluster/gfs2/man gfs2_tool.8

2007-11-07 Thread rpeterso
CVSROOT:/cvs/cluster Module name:cluster Branch: RHEL5 Changes by: [EMAIL PROTECTED] 2007-11-07 21:15:13 Modified files: gfs2/man : gfs2_tool.8 Log message: Resolves: bz 336561: gfs2_tool accepts jdata flag; man page says no Patches: http://so

[Cluster-devel] cluster/gfs2/man gfs2_tool.8

2007-11-07 Thread rpeterso
CVSROOT:/cvs/cluster Module name:cluster Changes by: [EMAIL PROTECTED] 2007-11-07 21:14:50 Modified files: gfs2/man : gfs2_tool.8 Log message: Resolves: bz 336561: gfs2_tool accepts jdata flag; man page says no Patches: http://sourceware.org/cgi-bin/c

[Cluster-devel] cluster ccs/ccs_tool/update.c ccs/daemon/clust ...

2007-11-07 Thread lhh
CVSROOT:/cvs/cluster Module name:cluster Branch: RHEL45 Changes by: [EMAIL PROTECTED] 2007-11-07 19:08:27 Modified files: ccs/ccs_tool : update.c ccs/daemon : cluster_mgr.c magma/lib : magmamsg.h memberlist.c message.c rgm

[Cluster-devel] cluster/dlm-kernel/src lowcomms.c

2007-11-07 Thread lhh
CVSROOT:/cvs/cluster Module name:cluster Branch: RHEL45 Changes by: [EMAIL PROTECTED] 2007-11-07 18:55:47 Modified files: dlm-kernel/src : lowcomms.c Log message: Apply patch from 338511 to fix 4.5 bug #362641 Patches: http://sourceware.org/cgi-bin/

[Cluster-devel] cluster/dlm-kernel/src lockqueue.c

2007-11-07 Thread teigland
CVSROOT:/cvs/cluster Module name:cluster Branch: RHEL46 Changes by: [EMAIL PROTECTED] 2007-11-07 15:57:09 Modified files: dlm-kernel/src : lockqueue.c Log message: bz 349001 For the entire life of the dlm, there's been an annoying is

[Cluster-devel] cluster/dlm-kernel/src lowcomms.c

2007-11-07 Thread lhh
CVSROOT:/cvs/cluster Module name:cluster Branch: RHEL4 Changes by: [EMAIL PROTECTED] 2007-11-07 15:24:20 Modified files: dlm-kernel/src : lowcomms.c Log message: Revert broken patch & apply correct patch from 338511 Patches: http://sourceware.org/cg

[Cluster-devel] cluster/dlm-kernel/src lowcomms.c

2007-11-07 Thread lhh
CVSROOT:/cvs/cluster Module name:cluster Branch: RHEL46 Changes by: [EMAIL PROTECTED] 2007-11-07 15:22:23 Modified files: dlm-kernel/src : lowcomms.c Log message: Revert broken patch & apply correct patch from 338511 Patches: http://sourceware.org/c

[Cluster-devel] [PATCH] dlm: use dlm prefix on alloc and free functions

2007-11-07 Thread David Teigland
The dlm functions in memory.c should use the dlm_ prefix. Also, use kzalloc/kfree directly for dlm_direntry's, removing the wrapper functions. Signed-off-by: David Teigland <[EMAIL PROTECTED]> --- fs/dlm/dir.c | 10 +- fs/dlm/lock.c | 26 +- fs/dlm/

[Cluster-devel] cluster/gfs2/tool gfs2_tool.h misc.c util.c

2007-11-07 Thread rpeterso
CVSROOT:/cvs/cluster Module name:cluster Changes by: [EMAIL PROTECTED] 2007-11-07 14:58:00 Modified files: gfs2/tool : gfs2_tool.h misc.c util.c Log message: Resolves: bz 352581: GFS2: implement gfs2_tool lockdump Patches: http://sourceware.org/cgi-bin

[Cluster-devel] [PATCH] dlm: don't print common non-errors

2007-11-07 Thread David Teigland
Change log_error() to log_debug() for conditions that can occur in large number in normal operation. Signed-off-by: David Teigland <[EMAIL PROTECTED]> --- fs/dlm/lock.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/fs/dlm/lock.c b/fs/dlm/lock.c index 3915b8e..c21deba 1

[Cluster-devel] cluster/gfs2/edit hexedit.c

2007-11-07 Thread rpeterso
CVSROOT:/cvs/cluster Module name:cluster Changes by: [EMAIL PROTECTED] 2007-11-07 15:07:08 Modified files: gfs2/edit : hexedit.c Log message: Fix a divide by zero if the target isn't a gfs or gfs2 file system. Patches: http://sourceware.org/cgi-bin/cvs

[Cluster-devel] cluster/dlm-kernel/src lockqueue.c

2007-11-07 Thread teigland
CVSROOT:/cvs/cluster Module name:cluster Branch: RHEL4 Changes by: [EMAIL PROTECTED] 2007-11-07 15:22:31 Modified files: dlm-kernel/src : lockqueue.c Log message: bz 349001 For the entire life of the dlm, there's been an annoying iss

[Cluster-devel] [PATCH] gfs2: check kthread_should_stop when waiting

2007-11-07 Thread David Teigland
Use wait_event_interruptible() in the lock_dlm thread instead of an open coded equivalent, and include a kthread_should_stop() check in the wait test so we don't miss a kthread_stop(). Signed-off-by: David Teigland <[EMAIL PROTECTED]> --- fs/gfs2/locking/dlm/thread.c |9 ++--- 1 files cha

[Cluster-devel] cluster/gfs2/tool gfs2_tool.h misc.c util.c

2007-11-07 Thread rpeterso
CVSROOT:/cvs/cluster Module name:cluster Branch: RHEL5 Changes by: [EMAIL PROTECTED] 2007-11-07 14:59:28 Modified files: gfs2/tool : gfs2_tool.h misc.c util.c Log message: Resolves: bz 352581: GFS2: implement gfs2_tool lockdump Patches: http://

Re: [Cluster-devel] Re: [2.6 patch] fs/dlm/: proper prototypes

2007-11-07 Thread Steven Whitehouse
Hi, I've added this to the GFS2 -nmw git tree and since Linus has released -rc2, I've rebased it to that at the same time. Thanks, Steve. On Mon, 2007-11-05 at 08:42 -0600, David Teigland wrote: > On Sat, Nov 03, 2007 at 01:04:30AM +0100, Adrian Bunk wrote: > > This patch adds a proper prototype