SUNRPC: Go back to using gsd->body_start
authorChuck Lever <chuck.lever@oracle.com>
Sun, 8 Jan 2023 16:31:11 +0000 (11:31 -0500)
committerChuck Lever <chuck.lever@oracle.com>
Mon, 20 Feb 2023 14:20:31 +0000 (09:20 -0500)
commitdb1d61656c78ccbeaa1b8741301bcd85a953f4b2
treef36a8e70df61f6cf53c109de54797ca05420a2a6
parent4bcf0343e8a69eb22f7e83bfa7cfce32a28c9d95
SUNRPC: Go back to using gsd->body_start

Now that svcauth_gss_prepare_to_wrap() no longer computes the
location of RPC header fields in the response buffer,
svcauth_gss_accept() can save the location of the databody
rather than the location of the verifier.

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