commit | 81cf4f4707af9704ac1c3dd177c8bd1fcc01da6c | [log] [tgz] |
---|---|---|
author | Ursula Braun <ubraun@linux.ibm.com> | Mon Oct 21 16:13:15 2019 +0200 |
committer | Jakub Kicinski <jakub.kicinski@netronome.com> | Tue Oct 22 11:23:44 2019 -0700 |
tree | 7b9731f237fe6a1e047c0e6c072807a8d817c6ac | |
parent | f528ba24a8ad61b8a5e55d34cb1da127ce67cf6e [diff] |
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>