diff mbox series

[v1,12/12] NFSD: Pack struct nfsd4_compoundres

Message ID 166301781661.89884.929657087786529361.stgit@oracle-102.nfsv4.dev (mailing list archive)
State New, archived
Headers show
Series Short NFSD clean-ups | expand

Commit Message

Chuck Lever Sept. 12, 2022, 9:23 p.m. UTC
Remove a couple of 4-byte holes on platforms with 64-bit pointers.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
---
 fs/nfsd/xdr4.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/fs/nfsd/xdr4.h b/fs/nfsd/xdr4.h
index b2bc85421b50..0eb00105d845 100644
--- a/fs/nfsd/xdr4.h
+++ b/fs/nfsd/xdr4.h
@@ -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;