From: Zach Brown Date: Fri, 25 Jun 2010 21:59:49 +0000 (-0700) Subject: RDS/IB: wait for IB dev freeing work to finish during rmmod X-Git-Tag: v2.6.37-rc1~147^2~499^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=24fa163a4bae74b3378d30e1bc776568cfca8121;p=pandora-kernel.git RDS/IB: wait for IB dev freeing work to finish during rmmod The RDS IB client removal callback can queue work to drop the final reference to an IB device. We have to make sure that this function has returned before we complete rmmod or the work threads can try to execute freed code. Signed-off-by: Zach Brown --- Reading git-diff-tree failed