From d85d1923f3d5070c22b88bcbb103b116a6e03b1b Mon Sep 17 00:00:00 2001 From: tianzy Date: Fri, 25 Jul 2008 13:34:27 +0000 Subject: [PATCH] Branch b1_8 add quota statistics and sort out quota lproc code. b=15058 i=johann i=andrew.perepechko --- lustre/obdfilter/lproc_obdfilter.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lustre/obdfilter/lproc_obdfilter.c b/lustre/obdfilter/lproc_obdfilter.c index 65bb6da..8fa00f1 100644 --- a/lustre/obdfilter/lproc_obdfilter.c +++ b/lustre/obdfilter/lproc_obdfilter.c @@ -225,8 +225,7 @@ static struct lprocfs_vars lprocfs_filter_obd_vars[] = { { "quota_type", lprocfs_quota_rd_type, lprocfs_quota_wr_type, 0}, { "quota_switch_seconds", lprocfs_quota_rd_switch_seconds, - lprocfs_quota_wr_switch_seconds, 0 }, - + lprocfs_quota_wr_switch_seconds, 0 }, #endif { "client_cache_count", lprocfs_filter_rd_fmd_max_num, lprocfs_filter_wr_fmd_max_num, 0 }, -- 1.8.3.1