From mboxrd@z Thu Jan 1 00:00:00 1970 From: wcheng@sourceware.org Date: 17 Jun 2007 05:31:51 -0000 Subject: [Cluster-devel] cluster/gfs-kernel/src/gfs ioctl.c Message-ID: <20070617053151.29945.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit 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);