[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>
This commit is contained in:
committed by
James Bottomley
parent
40753caa36
commit
d3826721b1
@ -1978,8 +1978,6 @@ static struct iscsi_transport iscsi_tcp_transport = {
|
||||
ISCSI_HOST_NETDEV_NAME,
|
||||
.host_template = &iscsi_sht,
|
||||
.conndata_size = sizeof(struct iscsi_conn),
|
||||
.max_conn = 1,
|
||||
.max_cmd_len = 16,
|
||||
/* session management */
|
||||
.create_session = iscsi_tcp_session_create,
|
||||
.destroy_session = iscsi_tcp_session_destroy,
|
||||
|
Reference in New Issue
Block a user