commit | 8caa654451bda40379bff786a63833b2965536e4 | [log] [tgz] |
---|---|---|
author | Ursula Braun <ubraun@linux.ibm.com> | Mon Oct 21 16:13:09 2019 +0200 |
committer | Jakub Kicinski <jakub.kicinski@netronome.com> | Tue Oct 22 11:23:43 2019 -0700 |
tree | 7983de20d27240fec87e2ba8cc3e7bcd6a57695f | |
parent | b290098092e4aeaa1712d3326bf5b64d2751c740 [diff] |
net/smc: terminate link group without holding lgr lock When a link group is to be terminated, it is sufficient to hold the lgr lock when unlinking the link group from its list. Move the lock-protected link group unlinking into smc_lgr_terminate(). 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>