projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77e378c
)
NFSD: Pack struct nfsd4_compoundres
author
Chuck Lever
<chuck.lever@oracle.com>
Mon, 12 Sep 2022 21:23:36 +0000
(17:23 -0400)
committer
Chuck 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
patch
|
blob
|
history
diff --git
a/fs/nfsd/xdr4.h
b/fs/nfsd/xdr4.h
index b2bc85421b5075f758bf233b59d1d1f765a48928..0eb00105d845b605ccff6735a362b021c3754ef6 100644
(file)
--- a/
fs/nfsd/xdr4.h
+++ b/
fs/nfsd/xdr4.h
@@
-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;