summaryrefslogtreecommitdiffstats
path: root/fs/nfsd/xdr4.h
diff options
context:
space:
mode:
authorChuck Lever <chuck.lever@oracle.com>2022-09-12 17:23:36 -0400
committerChuck Lever <chuck.lever@oracle.com>2022-09-26 14:02:49 -0400
commit9f553e61bd36c1048543ac2f6945103dd2f742be (patch)
treee472914fb23c27d4c33756519f283221123782e3 /fs/nfsd/xdr4.h
parent77e378cf2a595d8e39cddf28a31efe6afd9394a0 (diff)
downloadlinux-9f553e61bd36c1048543ac2f6945103dd2f742be.tar.bz2
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>
Diffstat (limited to 'fs/nfsd/xdr4.h')
-rw-r--r--fs/nfsd/xdr4.h2
1 files changed, 1 insertions, 1 deletions
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;