Whamcloud - gitweb
Branch HEAD
authorbobijam <bobijam>
Fri, 5 Dec 2008 01:25:29 +0000 (01:25 +0000)
committerbobijam <bobijam>
Fri, 5 Dec 2008 01:25:29 +0000 (01:25 +0000)
b=17850
i=h.hunag
i=johann

change the name of md stats proc entry to "md_stats".

lustre/obdclass/lprocfs_status.c

index a347c0d..ba5b2cc 100644 (file)
@@ -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 {