Skip to content
Commit e32b4a70 authored by Andy Grover's avatar Andy Grover
Browse files

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: default avatarAndy Grover <andy.grover@oracle.com>
parent ff3d7d36
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment