diff options
author | Andy Grover <andy.grover@oracle.com> | 2010-03-29 17:47:30 -0700 |
---|---|---|
committer | Andy Grover <andy.grover@oracle.com> | 2010-09-08 18:12:20 -0700 |
commit | 51e2cba8b5936c13b40f0fa11aa4e84683dbc751 (patch) | |
tree | 13a6924d085f0e6e734ad1a2a43c1d3af5208101 /net/rds/ib_send.c | |
parent | ab1a6926f589c51e7a57ce7544d85272c4acc854 (diff) |
RDS: Move atomic stats from general to ib-specific area
Signed-off-by: Andy Grover <andy.grover@oracle.com>
Diffstat (limited to 'net/rds/ib_send.c')
-rw-r--r-- | net/rds/ib_send.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/rds/ib_send.c b/net/rds/ib_send.c index 6461a152bd5..657037d96cb 100644 --- a/net/rds/ib_send.c +++ b/net/rds/ib_send.c @@ -132,9 +132,9 @@ static void rds_ib_send_unmap_atomic(struct rds_ib_connection *ic, wc_status, rds_atomic_send_complete); if (op->op_type == RDS_ATOMIC_TYPE_CSWP) - rds_stats_inc(s_atomic_cswp); + rds_ib_stats_inc(s_ib_atomic_cswp); else - rds_stats_inc(s_atomic_fadd); + rds_ib_stats_inc(s_ib_atomic_fadd); } /* |