From: Doug Ledford Date: Sun, 22 Feb 2015 00:27:00 +0000 (-0500) Subject: IB/ipoib: change init sequence ordering X-Git-Tag: omap-for-v4.1/fixes-rc1~48^2^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be7aa663fc1d9156798f5af3c60e6df45e1fe5de;p=pandora-kernel.git IB/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 --- Reading git-diff-tree failed