[Cluster-devel] cluster/gfs-kernel/src/gfs ioctl.c

wcheng at sourceware.org wcheng at sourceware.org
Sun Jun 17 05:31:51 UTC 2007


CVSROOT:	/cvs/cluster
Module name:	cluster
Branch: 	RHEL5
Changes by:	wcheng at sourceware.org	2007-06-17 05:31:51

Modified files:
	gfs-kernel/src/gfs: ioctl.c 

Log message:
	Bugzilla 239729:
	
	Continue bugzilla 239720 check-in. The bugzilla intends to improve GFS
	slab cache consumption issue. This check-in fixes a white space error.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/gfs-kernel/src/gfs/ioctl.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.13.2.2&r2=1.13.2.3

--- cluster/gfs-kernel/src/gfs/ioctl.c	2007/06/17 05:16:52	1.13.2.2
+++ cluster/gfs-kernel/src/gfs/ioctl.c	2007/06/17 05:31:51	1.13.2.3
@@ -458,7 +458,7 @@
         gfs_printf("logd_secs %u\n", gt->gt_logd_secs);
         gfs_printf("quotad_secs %u\n", gt->gt_quotad_secs);
         gfs_printf("inoded_secs %u\n", gt->gt_inoded_secs);
-	gfs_printf("glock_purge %u\n", gt->gt_glock_purge);
+        gfs_printf("glock_purge %u\n", gt->gt_glock_purge);
         gfs_printf("quota_simul_sync %u\n", gt->gt_quota_simul_sync);
         gfs_printf("quota_warn_period %u\n", gt->gt_quota_warn_period);
         gfs_printf("atime_quantum %u\n", gt->gt_atime_quantum);




More information about the Cluster-devel mailing list