]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
NFSD: Add common helpers to decode void args and encode void results
authorChuck Lever <chuck.lever@oracle.com>
Thu, 5 Nov 2020 19:48:29 +0000 (14:48 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 21 Jun 2024 12:52:34 +0000 (14:52 +0200)
commitfbffaddb766b9fe4ab461c751e79b06334ddac22
tree87ce1c323472f189ce5b2a6eec7c057bbb06d96f
parent79e4e0d489c8e72b9efa388e504a036eec1550c6
NFSD: Add common helpers to decode void args and encode void results

[ Upstream commit 788f7183fba86b46074c16e7d57ea09302badff4 ]

Start off the conversion to xdr_stream by de-duplicating the functions
that decode void arguments and encode void results.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
13 files changed:
fs/nfsd/nfs2acl.c
fs/nfsd/nfs3acl.c
fs/nfsd/nfs3proc.c
fs/nfsd/nfs3xdr.c
fs/nfsd/nfs4proc.c
fs/nfsd/nfs4xdr.c
fs/nfsd/nfsd.h
fs/nfsd/nfsproc.c
fs/nfsd/nfssvc.c
fs/nfsd/nfsxdr.c
fs/nfsd/xdr.h
fs/nfsd/xdr3.h
fs/nfsd/xdr4.h