[pnfs] [PATCH] nfsd41: update cb_compound41_enc_hdr_sz to draft-15

Benny Halevy bhalevy at panasas.com
Thu Feb 7 11:01:33 EST 2008


Signed-off-by: Benny Halevy <bhalevy at panasas.com>
---
 fs/nfsd/nfs4callback.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/fs/nfsd/nfs4callback.c b/fs/nfsd/nfs4callback.c
index aa33e5a..9072fc6 100644
--- a/fs/nfsd/nfs4callback.c
+++ b/fs/nfsd/nfs4callback.c
@@ -94,7 +94,7 @@ enum nfs_cb_opnum4 {
 #if defined(CONFIG_NFSD_V4_1)
 #define NFS41_enc_cb_null_sz		0
 #define NFS41_dec_cb_null_sz		0
-#define cb_compound41_enc_hdr_sz	3
+#define cb_compound41_enc_hdr_sz	4
 #define cb_compound41_dec_hdr_sz	(3 + (NFS4_MAXTAGLEN >> 2))
 #define sessionid_sz			(NFS4_MAX_SESSIONID_LEN >> 2)
 #define cb_sequence41_enc_sz		(sessionid_sz + 4 +             \
-- 
1.5.3.3



More information about the pNFS mailing list