diff options
author | Dan Williams <dan.j.williams@intel.com> | 2011-06-17 16:34:43 -0400 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2011-07-03 07:04:51 -0400 |
commit | ff60639dc9a461883db9192d2da0674a00339f12 (patch) | |
tree | 5d4e8b51ae522b89240e332054f031cee4515c87 /drivers/scsi/isci/host.h | |
parent | f2088267514b39af1a94409168101527769a911c (diff) |
isci: kill device_sequence
Now that we have upleveled device reassignment protection to the
isci_remote_device reference count we no longer need this level of
self-defense.
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'drivers/scsi/isci/host.h')
-rw-r--r-- | drivers/scsi/isci/host.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/scsi/isci/host.h b/drivers/scsi/isci/host.h index 94fd54dc9f01..a54397e1bf16 100644 --- a/drivers/scsi/isci/host.h +++ b/drivers/scsi/isci/host.h | |||
@@ -188,15 +188,6 @@ struct scic_sds_controller { | |||
188 | u8 io_request_sequence[SCI_MAX_IO_REQUESTS]; | 188 | u8 io_request_sequence[SCI_MAX_IO_REQUESTS]; |
189 | 189 | ||
190 | /** | 190 | /** |
191 | * This field in the array of sequence values for the RNi. These are used | ||
192 | * to control io request build to io request start operations. The sequence | ||
193 | * value is recorded into an io request when it is built and is checked on | ||
194 | * the io request start operation to make sure that there was not a device | ||
195 | * hot plug between the build and start operation. | ||
196 | */ | ||
197 | u8 remote_device_sequence[SCI_MAX_REMOTE_DEVICES]; | ||
198 | |||
199 | /** | ||
200 | * This field is a pointer to the memory allocated by the driver for the task | 191 | * This field is a pointer to the memory allocated by the driver for the task |
201 | * context table. This data is shared between the hardware and software. | 192 | * context table. This data is shared between the hardware and software. |
202 | */ | 193 | */ |