diff options
author | Darrick J. Wong | 2007-01-11 23:15:15 +0100 |
---|---|---|
committer | James Bottomley | 2007-01-13 23:17:04 +0100 |
commit | 37958fb040cf6f88b354b9fa7e846014ffbd3b73 (patch) | |
tree | 09da0d5e6d756619079c7b31113b231d850d6d36 /include/scsi/libsas.h | |
parent | [SCSI] aic94xx: Don't eat TMF_QUERY_TASK results (diff) | |
download | kernel-qcow2-linux-37958fb040cf6f88b354b9fa7e846014ffbd3b73.tar.gz kernel-qcow2-linux-37958fb040cf6f88b354b9fa7e846014ffbd3b73.tar.xz kernel-qcow2-linux-37958fb040cf6f88b354b9fa7e846014ffbd3b73.zip |
[SCSI] libsas: Remove SAS_TASK_INITIATOR_ABORTED flag
This flag is no longer necessary because we push tasks to be aborted into
the EH as soon as we possibly can, and let the SCSI EH code take care of
the coordination for which this flag was used.
Signed-off-by: Darrick J. Wong <djwong@us.ibm.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'include/scsi/libsas.h')
-rw-r--r-- | include/scsi/libsas.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/scsi/libsas.h b/include/scsi/libsas.h index 0689d6682aa3..1d394855b366 100644 --- a/include/scsi/libsas.h +++ b/include/scsi/libsas.h @@ -553,7 +553,6 @@ struct sas_task { #define SAS_TASK_STATE_PENDING 1 #define SAS_TASK_STATE_DONE 2 #define SAS_TASK_STATE_ABORTED 4 -#define SAS_TASK_INITIATOR_ABORTED 8 #define SAS_TASK_AT_INITIATOR 16 static inline struct sas_task *sas_alloc_task(gfp_t flags) |