Whamcloud - gitweb
LU-13098 ptlrpc: supress connection restored message
[fs/lustre-release.git] / lustre / include / lustre_import.h
index 8bf6d61..927143b 100644 (file)
@@ -310,7 +310,9 @@ struct obd_import {
                                  /* connected but not FULL yet */
                                  imp_connected:1,
                                  /* grant shrink disabled */
-                                 imp_grant_shrink_disabled:1;
+                                 imp_grant_shrink_disabled:1,
+                                 /* to supress LCONSOLE() at conn.restore */
+                                 imp_was_idle:1;
        u32                       imp_connect_op;
        u32                       imp_idle_timeout;
        u32                       imp_idle_debug;