]> git.ipfire.org Git - people/ms/linux.git/commit - fs/nfsd/nfs3proc.c
NFSD: Have legacy NFSD WRITE decoders use xdr_stream_subsegment()
authorChuck Lever <chuck.lever@oracle.com>
Thu, 30 Sep 2021 21:06:21 +0000 (17:06 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Sat, 2 Oct 2021 20:10:01 +0000 (16:10 -0400)
commitdae9a6cab8009e526570e7477ce858dcdfeb256e
treec21c6f7c40a317463da96e10a98e05e9e5313090
parentf49b68ddc9d7dddf1530312108a648dd815a2f30
NFSD: Have legacy NFSD WRITE decoders use xdr_stream_subsegment()

Refactor.

Now that the NFSv2 and NFSv3 XDR decoders have been converted to
use xdr_streams, the WRITE decoder functions can use
xdr_stream_subsegment() to extract the WRITE payload into its own
xdr_buf, just as the NFSv4 WRITE XDR decoder currently does.

That makes it possible to pass the first kvec, pages array + length,
page_base, and total payload length via a single function parameter.

The payload's page_base is not yet assigned or used, but will be in
subsequent patches.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfs3proc.c
fs/nfsd/nfs3xdr.c
fs/nfsd/nfs4proc.c
fs/nfsd/nfsproc.c
fs/nfsd/nfsxdr.c
fs/nfsd/xdr.h
fs/nfsd/xdr3.h
include/linux/sunrpc/svc.h
net/sunrpc/svc.c