]> 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)
commit93c3b92d9c1d148124603b79047a096ba5ee531e
tree273e8a453ce159b2f78af9d33000c53895eeadb0
parent4957034ea7de86e9b26c6f3e0bc27b9dfd8b6bbf
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