]> bbs.cooldavid.org Git - net-next-2.6.git/commit
RDS/IB: eliminate duplicate code
authorAndy Grover <andy.grover@oracle.com>
Tue, 12 Jan 2010 22:43:06 +0000 (14:43 -0800)
committerAndy Grover <andy.grover@oracle.com>
Thu, 9 Sep 2010 01:11:47 +0000 (18:11 -0700)
commit9c030391e8741695ff6114703e4edccccb634479
tree20e1a55a0f952c85d07dc02662e1b85605464791
parent809fa148a29467954280fe8b7f97c92403f6293c
RDS/IB: eliminate duplicate code

both atomics and rdmas need to convert ib-specific completion codes
into RDS status codes. Rename rds_ib_rdma_send_complete to
rds_ib_send_complete, and have it take a pointer to the function to
call with the new error code.

Signed-off-by: Andy Grover <andy.grover@oracle.com>
net/rds/ib_send.c