projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f2d0d85
)
NFSv4: Fix NFS4_enc_server_caps_sz/NFS4_dec_server_caps_sz
author
Trond Myklebust
<Trond.Myklebust@netapp.com>
Fri, 2 Feb 2007 22:47:17 +0000
(14:47 -0800)
committer
Trond Myklebust
<Trond.Myklebust@netapp.com>
Sat, 3 Feb 2007 23:35:03 +0000
(15:35 -0800)
Insert missing encode_putfh_maxsz/decode_putfh_maxsz
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/nfs4xdr.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/nfs/nfs4xdr.c
b/fs/nfs/nfs4xdr.c
index 0cf3fa312a332f565e8b57914eed5c60197caa21..f02d522fd78862a5195c5f461d8546cbe24863bf 100644
(file)
--- a/
fs/nfs/nfs4xdr.c
+++ b/
fs/nfs/nfs4xdr.c
@@
-387,8
+387,10
@@
static int nfs4_stat_to_errno(int);
decode_putfh_maxsz + \
op_decode_hdr_maxsz + 12)
#define NFS4_enc_server_caps_sz (compound_encode_hdr_maxsz + \
+ encode_putfh_maxsz + \
encode_getattr_maxsz)
#define NFS4_dec_server_caps_sz (compound_decode_hdr_maxsz + \
+ decode_putfh_maxsz + \
decode_getattr_maxsz)
#define NFS4_enc_delegreturn_sz (compound_encode_hdr_maxsz + \
encode_putfh_maxsz + \