SUNRPC: Hoist init_encode out of svc_authenticate()
authorChuck Lever <chuck.lever@oracle.com>
Sun, 8 Jan 2023 16:30:34 +0000 (11:30 -0500)
committerChuck Lever <chuck.lever@oracle.com>
Mon, 20 Feb 2023 14:20:29 +0000 (09:20 -0500)
commitfcef2afffe67db884f2970817b8e721d86df2986
tree8bd76de686ec59b8a516127a8e2eebff5095569d
parent72a1e53a8bf6aef0fa5b10d8327f23b5759040fe
SUNRPC: Hoist init_encode out of svc_authenticate()

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

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_unix.c