From: wangdi Date: Tue, 26 Feb 2008 01:45:40 +0000 (+0000) Subject: Branch:b1_6 X-Git-Tag: v1_8_0_110~738 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=e9e48ab25434846deb0a92f51767e5e157f1183e;p=fs%2Flustre-release.git Branch:b1_6 Missing clear "clear" entry in the filter setup error handler. b=14370 i=adilger,ericm --- diff --git a/lustre/obdfilter/filter.c b/lustre/obdfilter/filter.c index d5ebbbe..7500698 100644 --- a/lustre/obdfilter/filter.c +++ b/lustre/obdfilter/filter.c @@ -1878,6 +1878,7 @@ static int filter_setup(struct obd_device *obd, obd_count len, void *buf) OBD_PAGE_FREE(page); if (rc) { + remove_proc_entry("clear", obd->obd_proc_exports_entry); lprocfs_free_per_client_stats(obd); lprocfs_free_obd_stats(obd); lprocfs_obd_cleanup(obd);