Whamcloud - gitweb
- reverting part of 15716 as it causes constant assert and stops all testing. Shadow...
authoryury <yury>
Fri, 13 Jun 2008 10:46:30 +0000 (10:46 +0000)
committeryury <yury>
Fri, 13 Jun 2008 10:46:30 +0000 (10:46 +0000)
lustre/ptlrpc/import.c

index 213f381..023139f 100644 (file)
@@ -245,7 +245,7 @@ void ptlrpc_invalidate_import(struct obd_import *imp)
                         DEBUG_REQ(D_ERROR, req, "still on delayed list");
                 }
                 spin_unlock(&imp->imp_lock);
-                LASSERT(atomic_read(&imp->imp_inflight) == 0);
+//                LASSERT(atomic_read(&imp->imp_inflight) == 0);
         }
 
 out: