]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
NFSD: Pack struct nfsd4_compoundres
authorChuck Lever <chuck.lever@oracle.com>
Mon, 12 Sep 2022 21:23:36 +0000 (17:23 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 10 Apr 2024 14:19:18 +0000 (16:19 +0200)
[ 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>
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;