Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Gerd Rausch and committed by
David S. Miller
55c70ca0 356feaad

+2
+2
net/rds/stats.c
··· 76 76 "cong_update_received", 77 77 "cong_send_error", 78 78 "cong_send_blocked", 79 + "recv_bytes_added_to_sock", 80 + "recv_bytes_freed_fromsock", 79 81 }; 80 82 81 83 void rds_stats_info_copy(struct rds_info_iterator *iter,