X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fmgs%2Flproc_mgs.c;h=97f4a701ef5e9a51605770a95f31b91b6f6ef871;hp=b6732802fd212560ad4490479226dd73e4ad79ec;hb=080aa17e3d436c4b707e49b3598edbc5eeaebb1b;hpb=274757f3848d59a2a78d477c4a2f5d086b285762 diff --git a/lustre/mgs/lproc_mgs.c b/lustre/mgs/lproc_mgs.c index b673280..97f4a70 100644 --- a/lustre/mgs/lproc_mgs.c +++ b/lustre/mgs/lproc_mgs.c @@ -182,6 +182,7 @@ int lproc_mgs_cleanup(struct obd_device *obd) } lprocfs_free_per_client_stats(obd); lprocfs_free_obd_stats(obd); + lprocfs_free_md_stats(obd); return lprocfs_obd_cleanup(obd); }