]> 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)
committerChuck Lever <chuck.lever@oracle.com>
Sun, 14 May 2023 19:58:14 +0000 (15:58 -0400)
commit07a27305938559fb35f7a46fb90a5e37728bdee6
tree86ef7cc0fffb6d5b2389d29c4f20436626f147cf
parent948f072ada23e0a504c5e4d7d71d4c83bd0785ec
SUNRPC: Fix trace_svc_register() call site

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>
net/sunrpc/svc.c