diff options
author | Mike Christie <michaelc@cs.wisc.edu> | 2008-05-21 16:53:57 -0400 |
---|---|---|
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | 2008-07-12 09:22:15 -0400 |
commit | d3826721b198001c55353b1c54e10843068aae63 (patch) | |
tree | 7f2348a674da1f0d513c65d6225eea5f49ffff66 /drivers/infiniband | |
parent | 40753caa364bfba60ebd5e2a8bdf366ef175d03c (diff) |
[SCSI] iscsi class, iscsi drivers: remove unused iscsi_transport attrs
max_cmd_len and max_conn are not really used. max_cmd_len is
always 16 and can be set by the LLD. max_conn is always one
since we do not support MCS.
Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Diffstat (limited to 'drivers/infiniband')
-rw-r--r-- | drivers/infiniband/ulp/iser/iscsi_iser.c | 1 | ||||
-rw-r--r-- | drivers/infiniband/ulp/iser/iscsi_iser.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/drivers/infiniband/ulp/iser/iscsi_iser.c b/drivers/infiniband/ulp/iser/iscsi_iser.c index efc121986c50..32f5d5e79abf 100644 --- a/drivers/infiniband/ulp/iser/iscsi_iser.c +++ b/drivers/infiniband/ulp/iser/iscsi_iser.c | |||
@@ -592,7 +592,6 @@ static struct iscsi_transport iscsi_iser_transport = { | |||
592 | .host_template = &iscsi_iser_sht, | 592 | .host_template = &iscsi_iser_sht, |
593 | .conndata_size = sizeof(struct iscsi_conn), | 593 | .conndata_size = sizeof(struct iscsi_conn), |
594 | .max_lun = ISCSI_ISER_MAX_LUN, | 594 | .max_lun = ISCSI_ISER_MAX_LUN, |
595 | .max_cmd_len = ISCSI_ISER_MAX_CMD_LEN, | ||
596 | /* session management */ | 595 | /* session management */ |
597 | .create_session = iscsi_iser_session_create, | 596 | .create_session = iscsi_iser_session_create, |
598 | .destroy_session = iscsi_session_teardown, | 597 | .destroy_session = iscsi_session_teardown, |
diff --git a/drivers/infiniband/ulp/iser/iscsi_iser.h b/drivers/infiniband/ulp/iser/iscsi_iser.h index a8c1b300e34d..66a2f30ada01 100644 --- a/drivers/infiniband/ulp/iser/iscsi_iser.h +++ b/drivers/infiniband/ulp/iser/iscsi_iser.h | |||
@@ -96,7 +96,6 @@ | |||
96 | /* support upto 512KB in one RDMA */ | 96 | /* support upto 512KB in one RDMA */ |
97 | #define ISCSI_ISER_SG_TABLESIZE (0x80000 >> SHIFT_4K) | 97 | #define ISCSI_ISER_SG_TABLESIZE (0x80000 >> SHIFT_4K) |
98 | #define ISCSI_ISER_MAX_LUN 256 | 98 | #define ISCSI_ISER_MAX_LUN 256 |
99 | #define ISCSI_ISER_MAX_CMD_LEN 16 | ||
100 | 99 | ||
101 | /* QP settings */ | 100 | /* QP settings */ |
102 | /* Maximal bounds on received asynchronous PDUs */ | 101 | /* Maximal bounds on received asynchronous PDUs */ |