From e7250a702b77f91a13b207772076455409aa9a9f Mon Sep 17 00:00:00 2001 From: Trond Myklebust Date: Fri, 2 Feb 2007 14:47:17 -0800 Subject: [PATCH] --- yaml --- r: 46071 b: refs/heads/master c: ab91f264cfbafd079dcb1bd02e9803c2dd65de19 h: refs/heads/master i: 46069: 3d1e34745a3dad8f16508bba5c5ef82292299255 46067: 417e8c7c7f421fc282fa317bdf3d42470d6317a4 46063: 5bbf7032ce963b048ae349dbbb335bd654b2c24f v: v3 --- [refs] | 2 +- trunk/fs/nfs/nfs4xdr.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 4bce35fbb4c4..6e90517430cf 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: f2d0d85e58099d518cb50b1c95fc1fc62bbce1b8 +refs/heads/master: ab91f264cfbafd079dcb1bd02e9803c2dd65de19 diff --git a/trunk/fs/nfs/nfs4xdr.c b/trunk/fs/nfs/nfs4xdr.c index 0cf3fa312a33..f02d522fd788 100644 --- a/trunk/fs/nfs/nfs4xdr.c +++ b/trunk/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 + \