From: robert.read Date: Thu, 10 Sep 2009 22:48:07 +0000 (+0000) Subject: Branch HEAD X-Git-Tag: v1_9_260~2 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=06859058f6a5af28536d66254be9b9348565e739;p=fs%2Flustre-release.git Branch HEAD b=20620 i=rread i=eeb o=tappro Remove overeager assertion. --- 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) {