Commit 9f553e61 authored by Chuck Lever's avatar Chuck Lever
Browse files

NFSD: Pack struct nfsd4_compoundres



Remove a couple of 4-byte holes on platforms with 64-bit pointers.

Signed-off-by: default avatarChuck Lever <chuck.lever@oracle.com>
parent 77e378cf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;