From 2ad8100d2694d8b4bb06d82f139b5e2abd61c1f6 Mon Sep 17 00:00:00 2001
From: bobijam <bobijam>
Date: Fri, 5 Dec 2008 01:25:29 +0000
Subject: [PATCH] Branch HEAD b=17850 i=h.hunag i=johann

change the name of md stats proc entry to "md_stats".
---
 lustre/obdclass/lprocfs_status.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lustre/obdclass/lprocfs_status.c b/lustre/obdclass/lprocfs_status.c
index a347c0d779..ba5b2cc682 100644
--- a/lustre/obdclass/lprocfs_status.c
+++ b/lustre/obdclass/lprocfs_status.c
@@ -1391,7 +1391,7 @@ int lprocfs_alloc_md_stats(struct obd_device *obd,
                         LBUG();
                 }
         }
-        rc = lprocfs_register_stats(obd->obd_proc_entry, "stats", stats);
+        rc = lprocfs_register_stats(obd->obd_proc_entry, "md_stats", stats);
         if (rc < 0) {
                 lprocfs_free_stats(&stats);
         } else {
-- 
GitLab