From 06859058f6a5af28536d66254be9b9348565e739 Mon Sep 17 00:00:00 2001 From: "robert.read" Date: Thu, 10 Sep 2009 22:48:07 +0000 Subject: [PATCH] Branch HEAD b=20620 i=rread i=eeb o=tappro Remove overeager assertion. --- lustre/ldlm/ldlm_lib.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lustre/ldlm/ldlm_lib.c b/lustre/ldlm/ldlm_lib.c index c4150c8..d59c14b 100644 --- a/lustre/ldlm/ldlm_lib.c +++ b/lustre/ldlm/ldlm_lib.c @@ -1265,8 +1265,6 @@ void target_cleanup_recovery(struct obd_device *obd) struct list_head clean_list; ENTRY; - LASSERT(obd->obd_stopping); - CFS_INIT_LIST_HEAD(&clean_list); spin_lock_bh(&obd->obd_processing_task_lock); if (!obd->obd_recovering) { -- 1.8.3.1