aboutsummaryrefslogtreecommitdiff
path: root/include/scsi/scsi_transport_iscsi.h
diff options
context:
space:
mode:
authorMike Christie <michaelc@cs.wisc.edu>2011-02-16 15:04:34 -0600
committerJames Bottomley <James.Bottomley@suse.de>2011-02-24 12:41:07 -0500
commitbbc5261b2cb5e69754c935ea2466fb22775f0e48 (patch)
tree76ef77c44abca779418d74b53325ebd6f0b46132 /include/scsi/scsi_transport_iscsi.h
parent22a39fbbfecfea703b686a4626a631d706ccb3ee (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/scsi_transport_iscsi.h')
-rw-r--r--include/scsi/scsi_transport_iscsi.h1
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 {
struct mutex ep_mutex;
struct iscsi_endpoint *ep;
- int active; /* must be accessed with the connlock */
struct device dev; /* sysfs transport/container device */
};