From: bobijam Date: Fri, 5 Dec 2008 01:25:29 +0000 (+0000) Subject: Branch HEAD X-Git-Tag: v1_9_120~16 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=2ad8100d2694d8b4bb06d82f139b5e2abd61c1f6;p=fs%2Flustre-release.git Branch HEAD b=17850 i=h.hunag i=johann change the name of md stats proc entry to "md_stats". --- diff --git a/lustre/obdclass/lprocfs_status.c b/lustre/obdclass/lprocfs_status.c index a347c0d..ba5b2cc 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 {