commit | 1cc2228c599f173d77000a250bf0541294e1a7be | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Tue May 11 16:15:35 2010 -0700 |
committer | Andy Grover <andy.grover@oracle.com> | Wed Sep 08 18:15:13 2010 -0700 |
tree | cc84662c1fd550274e8bba759074873b7c8e017d | |
parent | bcf50ef2ce3c5d8f2fe995259da16677898cb300 [diff] |
rds: Fix reference counting on the for xmit_atomic and xmit_rdma This makes sure we have the proper number of references in rds_ib_xmit_atomic and rds_ib_xmit_rdma. We also consistently drop references the same way for all message types as the IOs end. Signed-off-by: Chris Mason <chris.mason@oracle.com>