Whamcloud - gitweb
avoid ASSERTION(client_stat->nid_exp_ref_count == 0) failed
authorshadow <shadow>
Wed, 13 Aug 2008 07:11:58 +0000 (07:11 +0000)
committershadow <shadow>
Wed, 13 Aug 2008 07:11:58 +0000 (07:11 +0000)
Branch b1_8_gate
b=15139
i=tappro
i=rread

lustre/mgs/mgs_handler.c

index 21fee82..62d333e 100644 (file)
@@ -133,6 +133,8 @@ static int mgs_disconnect(struct obd_export *exp)
         rc = class_disconnect(exp);
         ldlm_cancel_locks_for_export(exp);
 
+        lprocfs_exp_cleanup(exp);
+
         /* complete all outstanding replies */
         spin_lock(&exp->exp_lock);
         while (!list_empty(&exp->exp_outstanding_replies)) {