Whamcloud - gitweb
Reverted #974 for now as it causes problems for people.
[fs/lustre-release.git] / lustre / ptlrpc / recover.c
index f4af188..ed969fe 100644 (file)
@@ -221,7 +221,9 @@ inline void ptlrpc_invalidate_import_state(struct obd_import *imp)
 
         ptlrpc_abort_inflight(imp);
 
+#if 0
         obd_invalidate_import(obd, imp);
+#endif
 
         ldlm_namespace_cleanup(ns, LDLM_FL_LOCAL_ONLY | LDLM_FL_CANCEL);
 }