]> 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)
commit96d5e9b827c2c57e3f2dac9bf8e3ca669d93bd50
tree7b9731f237fe6a1e047c0e6c072807a8d817c6ac
parentee4228da7a5eae3053c26a4bc28f4e2c5e5b6da6
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