diff options
author | Mike Christie <michaelc@cs.wisc.edu> | 2011-02-16 16:04:34 -0500 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2011-02-24 12:41:07 -0500 |
commit | bbc5261b2cb5e69754c935ea2466fb22775f0e48 (patch) | |
tree | 76ef77c44abca779418d74b53325ebd6f0b46132 /include/scsi | |
parent | 22a39fbbfecfea703b686a4626a631d706ccb3ee (diff) |
[SCSI] iscsi class: remove unused active variable
The active variable on the iscsi_cls_conn is not used
so this patch removes it.
Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
Diffstat (limited to 'include/scsi')
-rw-r--r-- | include/scsi/scsi_transport_iscsi.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/scsi/scsi_transport_iscsi.h b/include/scsi/scsi_transport_iscsi.h index b9ba349ef257..00e5bf7c9de6 100644 --- a/include/scsi/scsi_transport_iscsi.h +++ b/include/scsi/scsi_transport_iscsi.h | |||
@@ -163,7 +163,6 @@ struct iscsi_cls_conn { | |||
163 | struct mutex ep_mutex; | 163 | struct mutex ep_mutex; |
164 | struct iscsi_endpoint *ep; | 164 | struct iscsi_endpoint *ep; |
165 | 165 | ||
166 | int active; /* must be accessed with the connlock */ | ||
167 | struct device dev; /* sysfs transport/container device */ | 166 | struct device dev; /* sysfs transport/container device */ |
168 | }; | 167 | }; |
169 | 168 | ||