NFSD: Update the MKNOD3args decoder to use struct xdr_stream
authorChuck Lever <chuck.lever@oracle.com>
Tue, 20 Oct 2020 21:04:03 +0000 (17:04 -0400)
committerChuck Lever <chuck.lever@oracle.com>
Mon, 25 Jan 2021 14:36:25 +0000 (09:36 -0500)
commitf8a38e2d6c885f9d7cd03febc515d36293de4a5b
treeebcbda77aaa552c9c8f731beb49b516694973b80
parentda39201637297460c13134c29286a00f3a1c92fe
NFSD: Update the MKNOD3args decoder to use struct xdr_stream

This commit removes the last usage of the original decode_sattr3(),
so it is removed as a clean-up.

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