]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0abf5bc8d26f51ddbdf9f303e19b6615184d9e29
tree2f0a7187e5ddb8a79d5bec0cefade198b99ea138
parentf479c77df2dbeafcd096153eb5b156501f1b3c1e
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