From 6c2631384681bb429270e88f3175bc34a2f6aa68 Mon Sep 17 00:00:00 2001 From: alex Date: Fri, 16 Sep 2005 09:49:24 +0000 Subject: [PATCH] - we don't need this LBUG during acceptance --- lustre/ldlm/ldlm_lib.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/ldlm/ldlm_lib.c b/lustre/ldlm/ldlm_lib.c index 6fd8d1f..acd8f02 100644 --- a/lustre/ldlm/ldlm_lib.c +++ b/lustre/ldlm/ldlm_lib.c @@ -1421,7 +1421,7 @@ static int target_recovery_thread(void *arg) atomic_sub(stale, &obd->obd_lock_replay_clients); abort_req_replay_queue(obd); /* XXX for debuggin tests 11 and 17 */ - LBUG(); + /* LBUG(); */ } /* The second stage: replay locks */ -- 1.8.3.1