mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-09 06:43:09 +00:00
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>
This commit is contained in:
parent
77e378cf2a
commit
9f553e61bd
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user