diff options
author | Andy Grover <andy.grover@oracle.com> | 2010-03-29 20:47:30 -0400 |
---|---|---|
committer | Andy Grover <andy.grover@oracle.com> | 2010-09-08 21:12:20 -0400 |
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, | |||
132 | wc_status, rds_atomic_send_complete); | 132 | wc_status, rds_atomic_send_complete); |
133 | 133 | ||
134 | if (op->op_type == RDS_ATOMIC_TYPE_CSWP) | 134 | if (op->op_type == RDS_ATOMIC_TYPE_CSWP) |
135 | rds_stats_inc(s_atomic_cswp); | 135 | rds_ib_stats_inc(s_ib_atomic_cswp); |
136 | else | 136 | else |
137 | rds_stats_inc(s_atomic_fadd); | 137 | rds_ib_stats_inc(s_ib_atomic_fadd); |
138 | } | 138 | } |
139 | 139 | ||
140 | /* | 140 | /* |