aboutsummaryrefslogtreecommitdiffstats
path: root/net/rds/connection.c
diff options
context:
space:
mode:
authorChris Mason <chris.mason@oracle.com>2010-05-11 15:14:16 -0700
committerAndy Grover <andy.grover@oracle.com>2010-09-08 18:15:10 -0700
commitc9e65383a20d9a656db70efbf67e57f8115ad776 (patch)
tree3055f38ada5a60e858fe66e12353cad37e8ebdd5 /net/rds/connection.c
parentrds: don't let RDS shutdown a connection while senders are present (diff)
downloadlinux-dev-c9e65383a20d9a656db70efbf67e57f8115ad776.tar.xz
linux-dev-c9e65383a20d9a656db70efbf67e57f8115ad776.zip
rds: Fix RDMA message reference counting
The RDS send_xmit code was trying to get fancy with message counting and was dropping the final reference on the RDMA messages too early. This resulted in memory corruption and oopsen. The fix here is to always add a ref as the parts of the message passes through rds_send_xmit, and always drop a ref as the parts of the message go through completion handling. Signed-off-by: Chris Mason <chris.mason@oracle.com>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions