SUNRPC: Hoist init_decode out of svc_authenticate()
authorChuck Lever <chuck.lever@oracle.com>
Mon, 2 Jan 2023 17:07:32 +0000 (12:07 -0500)
committerChuck Lever <chuck.lever@oracle.com>
Mon, 20 Feb 2023 14:20:19 +0000 (09:20 -0500)
commit6898b47a0f9e118636d82c3e2c39e50f82290a91
treea0e1087245214e571a392f3d94b5e92e53424852
parentb0bc53470d1af01f62a0fe2d405cf56477804863
SUNRPC: Hoist init_decode out of svc_authenticate()

Now that each ->accept method has been converted to use xdr_stream,
the svcxdr_init_decode() calls can be hoisted back up into the
generic RPC server code.

The dprintk in svc_authenticate() is removed, since
trace_svc_authenticate() reports the same information.

Reviewed-by: Jeff Layton <jlayton@kernel.org>
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
net/sunrpc/auth_gss/svcauth_gss.c
net/sunrpc/svc.c
net/sunrpc/svcauth.c
net/sunrpc/svcauth_unix.c