diff options
author | Karsten Graul <kgraul@linux.ibm.com> | 2021-06-02 10:56:25 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-06-03 13:54:49 -0700 |
commit | f8e0a68babae3f612799178c718ec5358eac41cf (patch) | |
tree | 64e069387e8e9922e61c5b02d43fac43bb11a978 /net/mpls | |
parent | c356be057432da1720afb5106f4ff102b6a950a7 (diff) |
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/mpls')
0 files changed, 0 insertions, 0 deletions