diff options
author | Mike Christie <michaelc@cs.wisc.edu> | 2008-05-21 16:53:58 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2008-07-12 09:22:15 -0400 |
commit | 32c6e1b9a2e27076b7070a9ec56a9e5437ebd725 (patch) | |
tree | 9a6e1df9b42d96e04607efb3c5accbb41c532ad6 /include/scsi | |
parent | d3826721b198001c55353b1c54e10843068aae63 (diff) |
[SCSI] iscsi class: rename iscsi_host to iscsi_cls_host
This renames the iscsi_host to iscsi_cls_host to match the other
structs, because libiscsi wants to use the iscsi_host name in
the future.
Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'include/scsi')
-rw-r--r-- | include/scsi/scsi_transport_iscsi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/scsi/scsi_transport_iscsi.h b/include/scsi/scsi_transport_iscsi.h index afed70ec2aa5..728702292a80 100644 --- a/include/scsi/scsi_transport_iscsi.h +++ b/include/scsi/scsi_transport_iscsi.h | |||
@@ -201,7 +201,7 @@ struct iscsi_cls_session { | |||
201 | #define starget_to_session(_stgt) \ | 201 | #define starget_to_session(_stgt) \ |
202 | iscsi_dev_to_session(_stgt->dev.parent) | 202 | iscsi_dev_to_session(_stgt->dev.parent) |
203 | 203 | ||
204 | struct iscsi_host { | 204 | struct iscsi_cls_host { |
205 | struct list_head sessions; | 205 | struct list_head sessions; |
206 | atomic_t nr_scans; | 206 | atomic_t nr_scans; |
207 | struct mutex mutex; | 207 | struct mutex mutex; |