From 18d9355d84dee082f83c87c1d99a0f6fbf7410fe Mon Sep 17 00:00:00 2001 From: Neil Brown Date: Fri, 11 Oct 2002 05:34:18 -0700 Subject: [PATCH] kNFSd: Expand nfsd filehandle to 128 bytes. --- include/linux/nfsd/nfsfh.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/linux/nfsd/nfsfh.h b/include/linux/nfsd/nfsfh.h index af0b03c0ce83..4da97c9fc546 100644 --- a/include/linux/nfsd/nfsfh.h +++ b/include/linux/nfsd/nfsfh.h @@ -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; }; -- cgit v1.2.3