diff options
author | Andy Grover <andy.grover@oracle.com> | 2010-03-30 02:47:30 +0200 |
---|---|---|
committer | Andy Grover <andy.grover@oracle.com> | 2010-09-09 03:12:20 +0200 |
commit | 51e2cba8b5936c13b40f0fa11aa4e84683dbc751 (patch) | |
tree | 13a6924d085f0e6e734ad1a2a43c1d3af5208101 /net/rds/stats.c | |
parent | RDS: rds_message_unmapped() doesn't need to check if queue active (diff) | |
download | linux-51e2cba8b5936c13b40f0fa11aa4e84683dbc751.tar.xz linux-51e2cba8b5936c13b40f0fa11aa4e84683dbc751.zip |
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[] = { "cong_update_received", "cong_send_error", "cong_send_blocked", - "s_atomic_cswp", - "s_atomic_fadd", }; void rds_stats_info_copy(struct rds_info_iterator *iter, |