aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/scsi/scsi_device.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/scsi/scsi_device.h b/include/scsi/scsi_device.h
index 622e100561d2..ccabdc1c27ca 100644
--- a/include/scsi/scsi_device.h
+++ b/include/scsi/scsi_device.h
@@ -269,7 +269,7 @@ struct scsi_target {
269 struct list_head siblings; 269 struct list_head siblings;
270 struct list_head devices; 270 struct list_head devices;
271 struct device dev; 271 struct device dev;
272 unsigned int reap_ref; /* protected by the host lock */ 272 struct kref reap_ref; /* last put renders target invisible */
273 unsigned int channel; 273 unsigned int channel;
274 unsigned int id; /* target id ... replace 274 unsigned int id; /* target id ... replace
275 * scsi_device.id eventually */ 275 * scsi_device.id eventually */
@@ -296,7 +296,6 @@ struct scsi_target {
296#define SCSI_DEFAULT_TARGET_BLOCKED 3 296#define SCSI_DEFAULT_TARGET_BLOCKED 3
297 297
298 char scsi_level; 298 char scsi_level;
299 struct execute_work ew;
300 enum scsi_target_state state; 299 enum scsi_target_state state;
301 void *hostdata; /* available to low-level driver */ 300 void *hostdata; /* available to low-level driver */
302 unsigned long starget_data[0]; /* for the transport */ 301 unsigned long starget_data[0]; /* for the transport */