From 1d158a056c49cf1a61075e3a08e9c65e20b57ef0 Mon Sep 17 00:00:00 2001 From: rread Date: Fri, 7 Nov 2003 18:52:15 +0000 Subject: [PATCH] b=2225 fix obd_self_export issues --- lustre/ldlm/ldlm_lib.c | 5 ----- 1 file changed, 5 deletions(-) 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); -- 1.8.3.1