Skip to content

Commit 9f553e6

Browse files
committed
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>
1 parent 77e378c commit 9f553e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fs/nfsd/xdr4.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -732,8 +732,8 @@ struct nfsd4_compoundres {
732732
struct svc_rqst * rqstp;
733733

734734
__be32 *statusp;
735-
u32 taglen;
736735
char * tag;
736+
u32 taglen;
737737
u32 opcnt;
738738

739739
struct nfsd4_compound_state cstate;

0 commit comments

Comments
 (0)