[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
@@ -89,8 +89,6 @@ struct iscsi_transport {
|
||||
/* LLD session data size */
|
||||
int sessiondata_size;
|
||||
int max_lun;
|
||||
unsigned int max_conn;
|
||||
unsigned int max_cmd_len;
|
||||
struct iscsi_cls_session *(*create_session) (struct iscsi_transport *it,
|
||||
struct scsi_transport_template *t, struct Scsi_Host *shost,
|
||||
uint16_t cmds_max, uint16_t qdepth, uint32_t sn, uint32_t *hn);
|
||||
|
Reference in New Issue
Block a user