summaryrefslogtreecommitdiff
path: root/net/smc/smc_ism.c
diff options
context:
space:
mode:
authorKarsten Graul <kgraul@linux.ibm.com>2021-06-02 11:56:25 +0300
committerDavid S. Miller <davem@davemloft.net>2021-06-03 23:54:49 +0300
commitf8e0a68babae3f612799178c718ec5358eac41cf (patch)
tree64e069387e8e9922e61c5b02d43fac43bb11a978 /net/smc/smc_ism.c
parentc356be057432da1720afb5106f4ff102b6a950a7 (diff)
downloadlinux-f8e0a68babae3f612799178c718ec5358eac41cf.tar.xz
net/smc: avoid possible duplicate dmb unregistration
smc_lgr_cleanup() calls smcd_unregister_all_dmbs() as part of the link group termination process. This is a leftover from the times when smc_lgr_cleanup() scheduled a worker to actually free the link group. Nowadays smc_lgr_cleanup() directly calls smc_lgr_free() without any delay so an earlier dmb unregistration is no longer needed. So remove smcd_unregister_all_dmbs() and the call to it. Signed-off-by: Karsten Graul <kgraul@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/smc/smc_ism.c')
0 files changed, 0 insertions, 0 deletions