[Cluster-devel] cluster/gfs/gfs_tool counters.c

rpeterso at sourceware.org rpeterso at sourceware.org
Thu Feb 22 00:03:55 UTC 2007


CVSROOT:	/cvs/cluster
Module name:	cluster
Changes by:	rpeterso at sourceware.org	2007-02-22 00:03:55

Modified files:
	gfs/gfs_tool   : counters.c 

Log message:
	Resolves: bz 229601: gfs_tool fails to report counters

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs/gfs_tool/counters.c.diff?cvsroot=cluster&r1=1.3&r2=1.4

--- cluster/gfs/gfs_tool/counters.c	2006/08/21 21:44:28	1.3
+++ cluster/gfs/gfs_tool/counters.c	2007/02/22 00:03:54	1.4
@@ -30,7 +30,7 @@
 
 #include "gfs_tool.h"
 
-#define SIZE (65536)
+#define SIZE (4096)
 
 struct token_list {
 	osi_list_t list;




More information about the Cluster-devel mailing list