RDS/IB: Do not wait for send ring to be empty on conn shutdown
authorAndy Grover <andy.grover@oracle.com>
Thu, 4 Mar 2010 03:25:21 +0000 (19:25 -0800)
committerAndy Grover <andy.grover@oracle.com>
Thu, 9 Sep 2010 01:12:09 +0000 (18:12 -0700)
commite32b4a70495aac6a612e13f4c21db09dd756ff2c
tree2f0a7187e5ddb8a79d5bec0cefade198b99ea138
parentff3d7d36134ef7138803734fdbf91cc986ea7976
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 <andy.grover@oracle.com>
net/rds/ib_cm.c