SUNRPC: Fix trace_svc_register() call site
authorChuck Lever <chuck.lever@oracle.com>
Sun, 14 May 2023 19:51:48 +0000 (15:51 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 24 May 2023 16:32:45 +0000 (17:32 +0100)
commitda1b6989764d3cdf69ef82829b4f5428e29c3f87
treefcea1a7e18d87d2aeb9621b361607a62d266e5ca
parent47adb84916ee7a66235d179b98e7702cbd73b54f
SUNRPC: Fix trace_svc_register() call site

[ Upstream commit 07a27305938559fb35f7a46fb90a5e37728bdee6 ]

The trace event recorded incorrect values for the registered family,
protocol, and port because the arguments are in the wrong order.

Fixes: b4af59328c25 ("SUNRPC: Trace server-side rpcbind registration events")
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
net/sunrpc/svc.c