net/rds: Fix 'ib_evt_handler_call' element in 'rds_ib_stat_names'
authorGerd Rausch <gerd.rausch@oracle.com>
Thu, 12 Sep 2019 20:49:41 +0000 (13:49 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 27 Jan 2020 13:46:47 +0000 (14:46 +0100)
commit8bfb051a68c2b0f08ac685296993574e5861bd9b
tree5e7074f8c166c5667d80d13a7c127189cb7ff327
parent7f746a04e45c0b7baa0facd3ebba1b02693e33f2
net/rds: Fix 'ib_evt_handler_call' element in 'rds_ib_stat_names'

[ Upstream commit 05a82481a3024b94db00b8c816bb3d526b5209e0 ]

All entries in 'rds_ib_stat_names' are stringified versions
of the corresponding "struct rds_ib_statistics" element
without the "s_"-prefix.

Fix entry 'ib_evt_handler_call' to do the same.

Fixes: f4f943c958a2 ("RDS: IB: ack more receive completions to improve performance")
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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
net/rds/ib_stats.c