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:
parent
a54822e64d
commit
cda3e9b8cd
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user