commit | 5e4a43ceb22a6fd2d372fde923a6a95ef6728fd7 | [log] [tgz] |
---|---|---|
author | Julian Wiedmann <jwi@linux.ibm.com> | Wed Jun 02 10:56:26 2021 +0200 |
committer | David S. Miller <davem@davemloft.net> | Thu Jun 03 13:54:49 2021 -0700 |
tree | 697d3e50550711aed6f9c4be38d2015ad48ec1be | |
parent | f8e0a68babae3f612799178c718ec5358eac41cf [diff] |
net/smc: no need to flush smcd_dev's event_wq before destroying it destroy_workqueue() already calls drain_workqueue(), which is a stronger variant of flush_workqueue(). Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com> Signed-off-by: Karsten Graul <kgraul@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>