Whamcloud - gitweb
LU-7418 tests: cancel all locks in sanity test_29
[fs/lustre-release.git] / lustre / include / lustre_import.h
index e064c05..6bc308d 100644 (file)
@@ -309,7 +309,9 @@ struct obd_import {
                                   * chouse new connection */
                                  imp_force_reconnect:1,
                                  /* import has tried to connect with server */
-                                 imp_connect_tried:1;
+                                 imp_connect_tried:1,
+                                 /* connected but not FULL yet */
+                                 imp_connected:1;
         __u32                     imp_connect_op;
         struct obd_connect_data   imp_connect_data;
         __u64                     imp_connect_flags_orig;