diff options
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 6461a152bd5b..657037d96cbf 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 | /* |