scsi: core: Avoid leaving shost->last_reset with stale value if EH does not run
[sfrench/cifs-2.6.git] / include / scsi / scsi_cmnd.h
index 7958a604f979dd91e879434d033dafb8dceebb03..29ac40cf1aaeebebd61432de478ecb0c155d72a3 100644 (file)
@@ -73,7 +73,7 @@ enum scsi_cmnd_submitter {
 struct scsi_cmnd {
        struct scsi_request req;
        struct scsi_device *device;
-       struct list_head eh_entry; /* entry for the host eh_cmd_q */
+       struct list_head eh_entry; /* entry for the host eh_abort_list/eh_cmd_q */
        struct delayed_work abort_work;
 
        struct rcu_head rcu;