]> git.baikalelectronics.ru Git - kernel.git/commit
net/smc: reduce smc_listen_decline() calls
authorUrsula Braun <ubraun@linux.ibm.com>
Thu, 10 Sep 2020 16:48:25 +0000 (18:48 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 10 Sep 2020 22:24:26 +0000 (15:24 -0700)
commit308f89f6898331e96f6c52ef3d72fa171a745ecb
tree273e8a453ce159b2f78af9d33000c53895eeadb0
parent785cfedc844abce4d5f40f37f7ddbd813432b0e8
net/smc: reduce smc_listen_decline() calls

smc_listen_work() contains already an smc_listen_decline() exit.
Use this exit for smc_listen_rdma_finish() problems as well.

Signed-off-by: Ursula Braun <ubraun@linux.ibm.com>
Signed-off-by: Karsten Graul <kgraul@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/smc/af_smc.c