From: Andy Grover Date: Thu, 4 Mar 2010 03:25:21 +0000 (-0800) Subject: RDS/IB: Do not wait for send ring to be empty on conn shutdown X-Git-Tag: v2.6.37-rc1~147^2~499^2~67 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e32b4a70495aac6a612e13f4c21db09dd756ff2c;p=pandora-kernel.git RDS/IB: Do not wait for send ring to be empty on conn shutdown Now that we are signaling send completions much less, we are likely to have dirty entries in the send queue when the connection is shut down (on rmmod, for example.) These are cleaned up a little further down in conn_shutdown, but if we wait on the ring_empty_wait for them, it'll never happen, and we hand on unload. Signed-off-by: Andy Grover --- Reading git-diff-tree failed