This is a note to let you know that I've just added the patch titled NFSD: Replace READ* macros in nfsd4_decode_offload_status() to the 5.10-stable tree which can be found at: http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary The filename of the patch is: nfsd-replace-read-macros-in-nfsd4_decode_offload_sta.patch and it can be found in the queue-5.10 subdirectory. If you, or anyone else, feels it should not be added to the stable tree, please let <stable@xxxxxxxxxxxxxxx> know about it. commit 992efcb61784819fa3d4b81262fc835106f1e1fe Author: Chuck Lever <chuck.lever@xxxxxxxxxx> Date: Sat Nov 21 14:21:25 2020 -0500 NFSD: Replace READ* macros in nfsd4_decode_offload_status() [ Upstream commit 2846bb0525a73e00b3566fda535ea6a5879e2971 ] Signed-off-by: Chuck Lever <chuck.lever@xxxxxxxxxx> Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx> diff --git a/fs/nfsd/nfs4xdr.c b/fs/nfsd/nfs4xdr.c index 09aea361c1755..101beb315d963 100644 --- a/fs/nfsd/nfs4xdr.c +++ b/fs/nfsd/nfs4xdr.c @@ -2048,7 +2048,7 @@ static __be32 nfsd4_decode_offload_status(struct nfsd4_compoundargs *argp, struct nfsd4_offload_status *os) { - return nfsd4_decode_stateid(argp, &os->stateid); + return nfsd4_decode_stateid4(argp, &os->stateid); } static __be32