Committing patch to destroy the workqueue in the CM on cleanup.

- Sean

signed-off-by: Sean Hefty <[EMAIL PROTECTED]>

Index: core/cm.c
===================================================================
--- core/cm.c   (revision 1549)
+++ core/cm.c   (working copy)
@@ -2427,6 +2427,8 @@
 
 static void __exit ib_cm_cleanup(void)
 {
+       flush_workqueue(cm.wq);
+       destroy_workqueue(cm.wq);
        ib_unregister_client(&cm_client);
 }
 
_______________________________________________
openib-general mailing list
[email protected]
http://openib.org/mailman/listinfo/openib-general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

Reply via email to