mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-07 23:28:55 +00:00
scsi: libfc: use configured lport R_A_TOV
We should be using the configured R_A_TOV value when sending the exchange. Signed-off-by: Hannes Reinecke <hare@suse.com> Acked-by: Johannes Thumshirn <jth@kernel.org> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
a0452bb45c
commit
f7ce413cea
1 changed files with 1 additions and 1 deletions
|
@ -2140,7 +2140,7 @@ static struct fc_seq *fc_exch_seq_send(struct fc_lport *lport,
|
||||||
ep->resp = resp;
|
ep->resp = resp;
|
||||||
ep->destructor = destructor;
|
ep->destructor = destructor;
|
||||||
ep->arg = arg;
|
ep->arg = arg;
|
||||||
ep->r_a_tov = FC_DEF_R_A_TOV;
|
ep->r_a_tov = lport->r_a_tov;
|
||||||
ep->lp = lport;
|
ep->lp = lport;
|
||||||
sp = &ep->seq;
|
sp = &ep->seq;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue