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/stats.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/stats.c')
-rw-r--r-- | net/rds/stats.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/rds/stats.c b/net/rds/stats.c index b77be8be33ba..344929a663e5 100644 --- a/net/rds/stats.c +++ b/net/rds/stats.c | |||
@@ -75,8 +75,6 @@ static const char *const rds_stat_names[] = { | |||
75 | "cong_update_received", | 75 | "cong_update_received", |
76 | "cong_send_error", | 76 | "cong_send_error", |
77 | "cong_send_blocked", | 77 | "cong_send_blocked", |
78 | "s_atomic_cswp", | ||
79 | "s_atomic_fadd", | ||
80 | }; | 78 | }; |
81 | 79 | ||
82 | void rds_stats_info_copy(struct rds_info_iterator *iter, | 80 | void rds_stats_info_copy(struct rds_info_iterator *iter, |