commit | 2b59f58e34e78abec2bccd2413ae9e7ea509a855 | [log] [tgz] |
---|---|---|
author | Ursula Braun <ubraun@linux.ibm.com> | Thu Nov 22 10:26:39 2018 +0100 |
committer | David S. Miller <davem@davemloft.net> | Fri Nov 23 17:20:32 2018 -0800 |
tree | e7e9be9226ee9050428a4d8ca53a571ef9f92cfd | |
parent | 90d8b29cb4b251cd874aa00a50d11b28a7322986 [diff] |
net/smc: short wait for late smc_clc_wait_msg After sending one of the initial LLC messages CONFIRM LINK or ADD LINK, there is already a wait for the LLC response. It does not make sense to wait another long time for a CLC DECLINE. Thus this patch introduces a shorter wait time for these cases. Signed-off-by: Ursula Braun <ubraun@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>