aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/scsi/isci/request.h
diff options
context:
space:
mode:
authorDan Williams <dan.j.williams@intel.com>2011-06-17 16:34:43 -0400
committerDan Williams <dan.j.williams@intel.com>2011-07-03 07:04:51 -0400
commitff60639dc9a461883db9192d2da0674a00339f12 (patch)
tree5d4e8b51ae522b89240e332054f031cee4515c87 /drivers/scsi/isci/request.h
parentf2088267514b39af1a94409168101527769a911c (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/request.h')
-rw-r--r--drivers/scsi/isci/request.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/scsi/isci/request.h b/drivers/scsi/isci/request.h
index 9bb7c36257f3..a91d1d6060ce 100644
--- a/drivers/scsi/isci/request.h
+++ b/drivers/scsi/isci/request.h
@@ -231,14 +231,6 @@ struct scic_sds_request {
231 */ 231 */
232 u32 saved_rx_frame_index; 232 u32 saved_rx_frame_index;
233 233
234 /*
235 * This field in the recorded device sequence for the io request.
236 * This is recorded during the build operation and is compared in the
237 * start operation. If the sequence is different then there was a
238 * change of devices from the build to start operations.
239 */
240 u8 device_sequence;
241
242 union { 234 union {
243 struct { 235 struct {
244 union { 236 union {
@@ -262,7 +254,6 @@ struct scic_sds_request {
262 struct dev_to_host_fis rsp; 254 struct dev_to_host_fis rsp;
263 } stp; 255 } stp;
264 }; 256 };
265
266}; 257};
267 258
268static inline struct scic_sds_request *to_sci_req(struct scic_sds_stp_request *stp_req) 259static inline struct scic_sds_request *to_sci_req(struct scic_sds_stp_request *stp_req)