From: Michael S. Tsirkin Date: Wed, 24 Aug 2005 21:41:51 +0000 (-0700) Subject: [PATCH] IPoIB: Fix device removal race X-Git-Tag: v2.6.14-rc1~1050^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1ad62a19f177e61d4dde111ba35fb4badd0c2106;p=pandora-kernel.git [PATCH] IPoIB: Fix device removal race Currently we may have work scheduled in default kernel workqueue when the device is going down. The device could get freed before this workqueue gets serviced. I am actually seeing this causing system hangs. The following patch fixes this by using ipoib_workqueue which gets flushed when the device is going down. Signed-off-by: Michael S. Tsirkin Signed-off-by: Roland Dreier --- Reading git-diff-tree failed