Whamcloud - gitweb
Branch HEAD
authorrobert.read <robert.read>
Thu, 10 Sep 2009 22:48:07 +0000 (22:48 +0000)
committerrobert.read <robert.read>
Thu, 10 Sep 2009 22:48:07 +0000 (22:48 +0000)
b=20620
i=rread
i=eeb
o=tappro

Remove overeager assertion.

lustre/ldlm/ldlm_lib.c

index c4150c8..d59c14b 100644 (file)
@@ -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) {