]> git.itanic.dy.fi Git - linux-stable/commit
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:36:51 +0000 (17:36 +0100)
commit45a158a212d9b0f7cc092d85437b2ef849b95d21
tree85442b0030162d99ecd25cef0128aa87a1e437b3
parent1c28b206ae494e867778afb1dc8ee62163cc064d
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