From e58d88563c9706cc20e3a579f1096f0d58917e7a Mon Sep 17 00:00:00 2001 From: fanyong Date: Thu, 30 Aug 2007 03:15:47 +0000 Subject: [PATCH] Miss "ptlrpc_lprocfs_unregister_obd" when mdc_cleanup. b=13222 i=tappro i=ericm --- lustre/mdc/mdc_request.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/mdc/mdc_request.c b/lustre/mdc/mdc_request.c index 6ca08a3..e47f9f8 100644 --- a/lustre/mdc/mdc_request.c +++ b/lustre/mdc/mdc_request.c @@ -1568,6 +1568,7 @@ static int mdc_cleanup(struct obd_device *obd) OBD_FREE(cli->cl_setattr_lock, sizeof (*cli->cl_setattr_lock)); OBD_FREE(cli->cl_close_lock, sizeof (*cli->cl_close_lock)); + ptlrpc_lprocfs_unregister_obd(obd); lprocfs_obd_cleanup(obd); ptlrpcd_decref(); -- 1.8.3.1