|
@@ -91,7 +91,7 @@ static int nfs4_stat_to_errno(int);
|
|
|
#define encode_getfh_maxsz (op_encode_hdr_maxsz)
|
|
|
#define decode_getfh_maxsz (op_decode_hdr_maxsz + 1 + \
|
|
|
((3+NFS4_FHSIZE) >> 2))
|
|
|
-#define nfs4_fattr_bitmap_maxsz 3
|
|
|
+#define nfs4_fattr_bitmap_maxsz 4
|
|
|
#define encode_getattr_maxsz (op_encode_hdr_maxsz + nfs4_fattr_bitmap_maxsz)
|
|
|
#define nfs4_name_maxsz (1 + ((3 + NFS4_MAXNAMLEN) >> 2))
|
|
|
#define nfs4_path_maxsz (1 + ((3 + NFS4_MAXPATHLEN) >> 2))
|