NFSD: Pack struct nfsd4_compoundres

[ Upstream commit 9f553e61bd36c1048543ac2f6945103dd2f742be ]

Remove a couple of 4-byte holes on platforms with 64-bit pointers.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
Chuck Lever 2022-09-12 17:23:36 -04:00 committed by Greg Kroah-Hartman
parent a54822e64d
commit cda3e9b8cd

View File

@ -732,8 +732,8 @@ struct nfsd4_compoundres {
struct svc_rqst * rqstp;
__be32 *statusp;
u32 taglen;
char * tag;
u32 taglen;
u32 opcnt;
struct nfsd4_compound_state cstate;