Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6
[firefly-linux-kernel-4.4.55.git] / include / scsi / scsi_host.h
index 50266c9405fced26eb7a48f386d1889c1f3a6253..5f7d5b3b1c6eaa82c73b3ffcf85321d26f1c705b 100644 (file)
@@ -669,6 +669,9 @@ struct Scsi_Host {
        /* Asynchronous scan in progress */
        unsigned async_scan:1;
 
+       /* Don't resume host in EH */
+       unsigned eh_noresume:1;
+
        /*
         * Optional work queue to be utilized by the transport
         */