]> git.baikalelectronics.ru Git - kernel.git/commit
net/smc: remove close abort worker
authorUrsula Braun <ubraun@linux.ibm.com>
Mon, 21 Oct 2019 14:13:15 +0000 (16:13 +0200)
committerJakub Kicinski <jakub.kicinski@netronome.com>
Tue, 22 Oct 2019 18:23:44 +0000 (11:23 -0700)
commit88da98e0d9a89862788a73b638ef96a9e9a337aa
tree7b9731f237fe6a1e047c0e6c072807a8d817c6ac
parent3cd1d2a78d982e6ee3d01f42ff2419f35b3a9b05
net/smc: remove close abort worker

With the introduction of the link group termination worker there is
no longer a need to postpone smc_close_active_abort() to a worker.
To protect socket destruction due to normal and abnormal socket
closing, the socket refcount is increased.

Signed-off-by: Ursula Braun <ubraun@linux.ibm.com>
Signed-off-by: Karsten Graul <kgraul@linux.ibm.com>
Signed-off-by: Jakub Kicinski <jakub.kicinski@netronome.com>
net/smc/af_smc.c
net/smc/smc_close.c
net/smc/smc_close.h
net/smc/smc_core.c