SUNRPC: Clean up svcauth_gss_release()
authorChuck Lever <chuck.lever@oracle.com>
Sun, 8 Jan 2023 16:28:30 +0000 (11:28 -0500)
committerChuck Lever <chuck.lever@oracle.com>
Mon, 20 Feb 2023 14:20:22 +0000 (09:20 -0500)
commit5a92938309829cce26c03f62d908ae85209a52b3
tree5de5e81dfb5f9f6c2d42ff47899089ca1d459288
parentbd6aaf781dae436727928cce514881d3c32758b9
SUNRPC: Clean up svcauth_gss_release()

Now that upper layers use an xdr_stream to track the construction
of each RPC Reply message, resbuf->len is kept up-to-date
automatically. There's no need to recompute it in svc_gss_release().

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