[SCSI] remove scsi_cmnd->owner

never checked anywhere

Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
This commit is contained in:
Christoph Hellwig
2005-06-19 13:40:52 +02:00
committed by James Bottomley
parent f5ad56145d
commit b4edcbcafd
5 changed files with 1 additions and 36 deletions

View File

@@ -32,7 +32,6 @@ struct scsi_cmnd {
struct scsi_device *device;
unsigned short state;
unsigned short owner;
struct scsi_request *sc_request;
struct list_head list; /* scsi_cmnd participates in queue lists */