NFSD: Pack struct nfsd4_compoundres
authorChuck Lever <chuck.lever@oracle.com>
Mon, 12 Sep 2022 21:23:36 +0000 (17:23 -0400)
committerChuck Lever <chuck.lever@oracle.com>
Mon, 26 Sep 2022 18:02:49 +0000 (14:02 -0400)
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

index b2bc85421b5075f758bf233b59d1d1f765a48928..0eb00105d845b605ccff6735a362b021c3754ef6 100644 (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;