Expand filehandle to 128 bytes. --- old/include/linux/nfsd/nfsfh.h Sun Aug 11 22:57:20 2002 +++ new/include/linux/nfsd/nfsfh.h Sun Aug 11 22:58:05 2002 @@ -96,7 +96,7 @@ struct knfsd_fh { */ union { struct nfs_fhbase_old fh_old; - __u32 fh_pad[NFS3_FHSIZE/4]; + __u32 fh_pad[NFS4_FHSIZE/4]; struct nfs_fhbase_new fh_new; } fh_base; };