]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
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)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 21 Jun 2024 12:52:53 +0000 (14:52 +0200)
commit8841760f685bb50c67f8529bf4b821389d0ec002
tree66c7156e5527dd2e3bc6f2b5a23af43f9568deca
parentb5d1ae6cc4c2d6677ed115f376188b3050499dca
NFSD: Update the SYMLINK3args decoder to use struct xdr_stream

[ Upstream commit da39201637297460c13134c29286a00f3a1c92fe ]

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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
fs/nfsd/nfs3xdr.c