[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>
This commit is contained in:
Christoph Hellwig
2005-06-19 13:40:08 +02:00
committed by James Bottomley
parent a4c8f62851
commit f5ad56145d
6 changed files with 4 additions and 10 deletions

View File

@@ -1829,7 +1829,6 @@ scsi_reset_provider(struct scsi_device *dev, int flag)
scmd->bufflen = 0;
scmd->request_buffer = NULL;
scmd->request_bufflen = 0;
scmd->abort_reason = DID_ABORT;
scmd->cmd_len = 0;