diff options
author | Christoph Hellwig <hch@lst.de> | 2005-06-19 07:40:52 -0400 |
---|---|---|
committer | James Bottomley <jejb@titanic.(none)> | 2005-06-26 13:15:28 -0400 |
commit | b4edcbcafdecc80ef5356ff6452768b1b926ea76 (patch) | |
tree | e30da76124facf97f4183b0fe41b29d90b00f237 /drivers/scsi/scsi_priv.h | |
parent | f5ad56145d43cdb68760bba3e14655ff6ae726aa (diff) |
[SCSI] remove scsi_cmnd->owner
never checked anywhere
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>
Diffstat (limited to 'drivers/scsi/scsi_priv.h')
-rw-r--r-- | drivers/scsi/scsi_priv.h | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/drivers/scsi/scsi_priv.h b/drivers/scsi/scsi_priv.h index 96d4f745975c..e0f5b5d4582d 100644 --- a/drivers/scsi/scsi_priv.h +++ b/drivers/scsi/scsi_priv.h | |||
@@ -13,17 +13,6 @@ struct Scsi_Host; | |||
13 | 13 | ||
14 | 14 | ||
15 | /* | 15 | /* |
16 | * These are the values that the owner field can take. | ||
17 | * They are used as an indication of who the command belongs to. | ||
18 | */ | ||
19 | #define SCSI_OWNER_HIGHLEVEL 0x100 | ||
20 | #define SCSI_OWNER_MIDLEVEL 0x101 | ||
21 | #define SCSI_OWNER_LOWLEVEL 0x102 | ||
22 | #define SCSI_OWNER_ERROR_HANDLER 0x103 | ||
23 | #define SCSI_OWNER_BH_HANDLER 0x104 | ||
24 | #define SCSI_OWNER_NOBODY 0x105 | ||
25 | |||
26 | /* | ||
27 | * Magic values for certain scsi structs. Shouldn't ever be used. | 16 | * Magic values for certain scsi structs. Shouldn't ever be used. |
28 | */ | 17 | */ |
29 | #define SCSI_CMND_MAGIC 0xE25C23A5 | 18 | #define SCSI_CMND_MAGIC 0xE25C23A5 |