提交 856c256f 编写于 作者: M Michael S. Tsirkin 提交者: Roland Dreier

IB/cm: remove unneeded flush_workqueue

destroy_workqueue() already does flush_workqueue().
Signed-off-by: NMichael S. Tsirkin <mst@mellanox.co.il>
Signed-off-by: NSean Hefty <sean.hefty@intel.com>
上级 4be10c1e
......@@ -3358,7 +3358,6 @@ static int __init ib_cm_init(void)
static void __exit ib_cm_cleanup(void)
{
flush_workqueue(cm.wq);
destroy_workqueue(cm.wq);
ib_unregister_client(&cm_client);
idr_destroy(&cm.local_id_table);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册