NFSD: Update the SYMLINK3args decoder to use struct xdr_stream
authorChuck Lever <chuck.lever@oracle.com>
Tue, 20 Oct 2020 20:01:16 +0000 (16:01 -0400)
committerChuck Lever <chuck.lever@oracle.com>
Mon, 25 Jan 2021 14:36:25 +0000 (09:36 -0500)
commitda39201637297460c13134c29286a00f3a1c92fe
tree7e6c2a063fa081e5803198708b45af6c2e969abb
parent83374c278db193f3e8b2608b45da1132b867a760
NFSD: Update the SYMLINK3args decoder to use struct xdr_stream

Similar to the WRITE decoder, code that checks the sanity of the
payload size is re-wired to work with xdr_stream infrastructure.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
fs/nfsd/nfs3xdr.c