OSDN Git Service

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)
commit81cf4f4707af9704ac1c3dd177c8bd1fcc01da6c
tree7b9731f237fe6a1e047c0e6c072807a8d817c6ac
parentf528ba24a8ad61b8a5e55d34cb1da127ce67cf6e
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