Skip to content
Snippets Groups Projects
Commit 8c414c1f authored by Johann Lombardi's avatar Johann Lombardi
Browse files

Branch b1_6

b=15069
i=rread
i=wangdi

remove LASSERT in ptlrpc_invalidate_import() since ping req can be queued even
imp_invalid is set. See also bug 15716.
parent be7f2079
No related branches found
No related tags found
No related merge requests found
......@@ -234,7 +234,6 @@ 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);
}
out:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment