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:

committed by
Greg Kroah-Hartman

parent
a54822e64d
commit
cda3e9b8cd
@@ -732,8 +732,8 @@ struct nfsd4_compoundres {
|
|||||||
struct svc_rqst * rqstp;
|
struct svc_rqst * rqstp;
|
||||||
|
|
||||||
__be32 *statusp;
|
__be32 *statusp;
|
||||||
u32 taglen;
|
|
||||||
char * tag;
|
char * tag;
|
||||||
|
u32 taglen;
|
||||||
u32 opcnt;
|
u32 opcnt;
|
||||||
|
|
||||||
struct nfsd4_compound_state cstate;
|
struct nfsd4_compound_state cstate;
|
||||||
|
Reference in New Issue
Block a user