From 6ba4c10d8d2115d9eb685460dfc929fa92d7f0b4 Mon Sep 17 00:00:00 2001 From: wangdi Date: Wed, 17 Aug 2005 09:45:52 +0000 Subject: [PATCH] Branch: HEAD revert LBUG back in target_recovery_thread --- 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 75ac006..0927476 100644 --- a/lustre/ldlm/ldlm_lib.c +++ b/lustre/ldlm/ldlm_lib.c @@ -1412,7 +1412,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