From 3bcce487fda8161597c20ed303d510e41ad7770e Mon Sep 17 00:00:00 2001 From: Doug Ledford Date: Wed, 10 Dec 2014 11:47:02 -0500 Subject: [PATCH] IPoIB: change init sequence ordering In preparation for using per device work queues, we need to move the start of the neighbor thread task to after ipoib_ib_dev_init and move the destruction of the neighbor task to before ipoib_ib_dev_cleanup. Otherwise we will end up freeing our workqueue with work possibly still on it. Signed-off-by: Doug Ledford Signed-off-by: Roland Dreier --- Reading git-format-patch failed