From 7a11bf2717c05dad885e6133bbacbdf5167c8086 Mon Sep 17 00:00:00 2001 From: yury Date: Fri, 13 Jun 2008 10:46:30 +0000 Subject: [PATCH] - reverting part of 15716 as it causes constant assert and stops all testing. Shadow is informed and will clean this up shortly. --- lustre/ptlrpc/import.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/ptlrpc/import.c b/lustre/ptlrpc/import.c index 213f381..023139f 100644 --- a/lustre/ptlrpc/import.c +++ b/lustre/ptlrpc/import.c @@ -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: -- 1.8.3.1