This is the mail archive of the cluster-cvs@sourceware.org mailing list for the cluster.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Cluster Project branch, master, updated. gfs-kernel_0_1_22-169-gf5a705d


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cluster Project".

http://sources.redhat.com/git/gitweb.cgi?p=cluster.git;a=commitdiff;h=f5a705d3ed1843f403f0d03aeae447f0b6ca10a9

The branch, master has been updated
       via  f5a705d3ed1843f403f0d03aeae447f0b6ca10a9 (commit)
      from  4aa023e390abb5b466ddeb0e55e2acd7b45aa6df (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f5a705d3ed1843f403f0d03aeae447f0b6ca10a9
Author: Bob Peterson <rpeterso@redhat.com>
Date:   Tue Apr 15 09:33:26 2008 -0500

    bz438762: gfs_tool: Cannot allocate memory

-----------------------------------------------------------------------

Summary of changes:
 gfs/gfs_tool/df.c   |    2 +-
 gfs/gfs_tool/tune.c |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gfs/gfs_tool/df.c b/gfs/gfs_tool/df.c
index 8ddbd04..fcea608 100644
--- a/gfs/gfs_tool/df.c
+++ b/gfs/gfs_tool/df.c
@@ -30,7 +30,7 @@
 
 #include "gfs_tool.h"
 
-#define SIZE (65536)
+#define SIZE (4096)
 
 /**
  * do_df_one - print out information about one filesystem
diff --git a/gfs/gfs_tool/tune.c b/gfs/gfs_tool/tune.c
index 93f35df..581c9eb 100644
--- a/gfs/gfs_tool/tune.c
+++ b/gfs/gfs_tool/tune.c
@@ -29,7 +29,7 @@
 
 #include "gfs_tool.h"
 
-#define SIZE (65536)
+#define SIZE (4096)
 
 /**
  * get_tune - print out the current tuneable parameters for a filesystem


hooks/post-receive
--
Cluster Project


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]