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)
commit0c881ada3d1e7f5fd3d9099efca941ef0c6da363
tree273e8a453ce159b2f78af9d33000c53895eeadb0
parent7b2977d0830493452f1afaa8d8e1b4f8248df9d1
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