NFSD: Pack struct nfsd4_compoundres

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

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
This commit is contained in:
Chuck Lever 2022-09-12 17:23:36 -04:00
parent 77e378cf2a
commit 9f553e61bd
1 changed files with 1 additions and 1 deletions

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;