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 /drivers/scsi/scsi.c | |
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 'drivers/scsi/scsi.c')
-rw-r--r-- | drivers/scsi/scsi.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/scsi/scsi.c b/drivers/scsi/scsi.c index 1cb5f7d4f278..5add683804e5 100644 --- a/drivers/scsi/scsi.c +++ b/drivers/scsi/scsi.c | |||
@@ -719,7 +719,6 @@ void scsi_init_cmd_from_req(struct scsi_cmnd *cmd, struct scsi_request *sreq) | |||
719 | /* | 719 | /* |
720 | * Start the timer ticking. | 720 | * Start the timer ticking. |
721 | */ | 721 | */ |
722 | cmd->abort_reason = 0; | ||
723 | cmd->result = 0; | 722 | cmd->result = 0; |
724 | 723 | ||
725 | SCSI_LOG_MLQUEUE(3, printk("Leaving scsi_init_cmd_from_req()\n")); | 724 | SCSI_LOG_MLQUEUE(3, printk("Leaving scsi_init_cmd_from_req()\n")); |