net/rds: Add a few missing rds_stat_names entries
authorGerd Rausch <gerd.rausch@oracle.com>
Thu, 11 Jul 2019 19:15:50 +0000 (12:15 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 15 Aug 2019 19:04:24 +0000 (12:04 -0700)
commit55c70ca00c982fbc0df4c4d3e31747fb73f4ddb5
tree0e80e535a2240bea3e07e3886f1ff6ad380aa715
parent356feaad4f7d153ae429f2c7f7900b589dca6801
net/rds: Add a few missing rds_stat_names entries

In a previous commit, fields were added to "struct rds_statistics"
but array "rds_stat_names" was not updated accordingly.

Please note the inconsistent naming of the string representations
that is done in the name of compatibility
with the Oracle internal code-base.

s_recv_bytes_added_to_socket     -> "recv_bytes_added_to_sock"
s_recv_bytes_removed_from_socket -> "recv_bytes_freed_fromsock"

Fixes: 192a798f5299 ("RDS: add stat for socket recv memory usage")
Signed-off-by: Gerd Rausch <gerd.rausch@oracle.com>
Acked-by: Santosh Shilimkar <santosh.shilimkar@oracle.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/rds/stats.c