commit | f4a3fc03c1d73753879fb655b8cd628b29f6706b | [log] [tgz] |
---|---|---|
author | Andy Grover <andy.grover@oracle.com> | Thu Oct 28 15:40:57 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sat Oct 30 16:34:17 2010 -0700 |
tree | ad16a35e587408a396f2ab8e485428b8730fe733 | |
parent | a09f69c49b84b161ebd4dd09d3cce1b68297f1d3 [diff] |
RDS: Clean up error handling in rds_cmsg_rdma_args We don't need to set ret = 0 at the end -- it's initialized to 0. Also, don't increment s_send_rdma stat if we're exiting with an error. Signed-off-by: Andy Grover <andy.grover@oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>