From: rread Date: Fri, 7 Nov 2003 18:52:15 +0000 (+0000) Subject: b=2225 fix obd_self_export issues X-Git-Tag: v1_7_0_51~2^7~289 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=1d158a056c49cf1a61075e3a08e9c65e20b57ef0;p=fs%2Flustre-release.git b=2225 fix obd_self_export issues --- diff --git a/lustre/ldlm/ldlm_lib.c b/lustre/ldlm/ldlm_lib.c index d956bad..355fb03 100644 --- a/lustre/ldlm/ldlm_lib.c +++ b/lustre/ldlm/ldlm_lib.c @@ -631,13 +631,8 @@ void target_abort_recovery(void *data) target_cancel_recovery_timer(obd); spin_unlock_bh(&obd->obd_processing_task_lock); - obd_precleanup(obd, OBD_OPT_FORCE); class_disconnect_exports(obd, 0); - /* XXX can't call this with spin_lock_bh, but it probably - should be protected, somehow. */ - obd_postsetup(obd); - /* when recovery was abort, cleanup orphans for mds */ if (OBT(obd) && OBP(obd, postrecov)) { rc = OBP(obd, postrecov)(obd);