From 5d971971a8ef047930f1daae4b0cba867935b832 Mon Sep 17 00:00:00 2001 From: yury Date: Fri, 19 Sep 2008 19:01:31 +0000 Subject: [PATCH] b=16777 16776 r=shadow, adilger, vitaly, robert - new clas_hash and using it for connections, held locks on server, etc --- lustre/mds/lproc_mds.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/mds/lproc_mds.c b/lustre/mds/lproc_mds.c index f3c7c4d..4e39f43 100644 --- a/lustre/mds/lproc_mds.c +++ b/lustre/mds/lproc_mds.c @@ -441,6 +441,7 @@ struct lprocfs_vars lprocfs_mds_obd_vars[] = { { "fstype", lprocfs_rd_fstype, 0, 0 }, { "mntdev", lprocfs_mds_rd_mntdev, 0, 0 }, { "recovery_status", lprocfs_obd_rd_recovery_status, 0, 0 }, + { "hash_stats", lprocfs_obd_rd_hash, 0, 0 }, { "evict_client", 0, lprocfs_mds_wr_evict_client, 0 }, { "evict_ost_nids", lprocfs_mds_rd_evictostnids, lprocfs_mds_wr_evictostnids, 0 }, -- 1.8.3.1