]> git.baikalelectronics.ru Git - kernel.git/commit
net/smc: improve smc_lgr_cleanup()
authorKarsten Graul <kgraul@linux.ibm.com>
Mon, 17 Feb 2020 15:24:50 +0000 (16:24 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 17 Feb 2020 22:50:24 +0000 (14:50 -0800)
commit01cf962e82003fbd73e072fc72fef8884554e2ad
treebacff0a304f2541c4b7804283432852e1fbd94fb
parent69d73465d1519bcfc120739ef34af125de744adf
net/smc: improve smc_lgr_cleanup()

smc_lgr_cleanup() is called during termination processing, there is no
need to send a DELETE_LINK at that time. A DELETE_LINK should have been
sent before the termination is initiated, if needed.
And remove the extra call to wake_up(&lnk->wr_reg_wait) because
smc_llc_link_inactive() already calls the related helper function
smc_wr_wakeup_reg_wait().

Signed-off-by: Karsten Graul <kgraul@linux.ibm.com>
Signed-off-by: Ursula Braun <ubraun@linux.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/smc/smc_core.c