diff options
author | Christoph Hellwig <hch@lst.de> | 2005-06-19 13:40:08 +0200 |
---|---|---|
committer | James Bottomley <jejb@titanic.(none)> | 2005-06-26 12:14:46 -0500 |
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 715cc84c751..5f8c907c32e 100644 --- a/include/scsi/scsi_cmnd.h +++ b/include/scsi/scsi_cmnd.h @@ -79,8 +79,6 @@ struct scsi_cmnd { * sense info */ unsigned short use_sg; /* Number of pieces of scatter-gather */ unsigned short sglist_len; /* size of malloc'd scatter-gather list */ - unsigned short abort_reason; /* If the mid-level code requests an - * abort, this is the reason. */ unsigned bufflen; /* Size of data buffer */ void *buffer; /* Data buffer */ |