From: Doug Ledford Date: Wed, 10 Dec 2014 16:47:02 +0000 (-0500) Subject: IPoIB: change init sequence ordering X-Git-Tag: omap-for-v3.20/drop-legacy-3517~34^2^3~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3bcce487fda8161597c20ed303d510e41ad7770e;p=pandora-kernel.git 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-diff-tree failed