Merge tag 'dt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[deliverable/linux.git] / include / scsi / scsi_cmnd.h
index de5f5d8f1f8a9b84e6b7306b51ac02e75821533f..91558a1f97f4817685dbc18665e1aaf98cf8afae 100644 (file)
@@ -55,6 +55,7 @@ struct scsi_cmnd {
        struct scsi_device *device;
        struct list_head list;  /* scsi_cmnd participates in queue lists */
        struct list_head eh_entry; /* entry for the host eh_cmd_q */
+       struct delayed_work abort_work;
        int eh_eflags;          /* Used by error handlr */
 
        /*
This page took 0.036929 seconds and 5 git commands to generate.