diff options
author | Christoph Hellwig <hch@lst.de> | 2005-06-19 07:40:08 -0400 |
---|---|---|
committer | James Bottomley <jejb@titanic.(none)> | 2005-06-26 13:14:46 -0400 |
commit | f5ad56145d43cdb68760bba3e14655ff6ae726aa (patch) | |
tree | 8d5f2db39e519b47f60ccac5224b11f787a47abe /include/scsi/scsi_cmnd.h | |
parent | a4c8f6285165a7089edb2010dbd894148ca95d57 (diff) |
[SCSI] remove scsi_cmnd->abort_reason
Never used for anything but printing it out in debug routines.
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'include/scsi/scsi_cmnd.h')
-rw-r--r-- | include/scsi/scsi_cmnd.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/scsi/scsi_cmnd.h b/include/scsi/scsi_cmnd.h index 715cc84c751e..5f8c907c32e8 100644 --- a/include/scsi/scsi_cmnd.h +++ b/include/scsi/scsi_cmnd.h | |||
@@ -79,8 +79,6 @@ struct scsi_cmnd { | |||
79 | * sense info */ | 79 | * sense info */ |
80 | unsigned short use_sg; /* Number of pieces of scatter-gather */ | 80 | unsigned short use_sg; /* Number of pieces of scatter-gather */ |
81 | unsigned short sglist_len; /* size of malloc'd scatter-gather list */ | 81 | unsigned short sglist_len; /* size of malloc'd scatter-gather list */ |
82 | unsigned short abort_reason; /* If the mid-level code requests an | ||
83 | * abort, this is the reason. */ | ||
84 | unsigned bufflen; /* Size of data buffer */ | 82 | unsigned bufflen; /* Size of data buffer */ |
85 | void *buffer; /* Data buffer */ | 83 | void *buffer; /* Data buffer */ |
86 | 84 | ||