From: "Kendrick M. Smith" Subject: REPOST patch 27/38: SERVER: expand filehandle to 128 bytes Date: Wed, 14 Aug 2002 16:49:35 -0400 (EDT) Sender: nfs-admin@lists.sourceforge.net Message-ID: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Return-path: Received: from berzerk.gpcc.itd.umich.edu ([141.211.2.162]) by usw-sf-list1.sourceforge.net with esmtp (Exim 3.31-VA-mm2 #1 (Debian)) id 17f55G-00074Y-00 for ; Wed, 14 Aug 2002 13:49:38 -0700 To: linux-kernel@vger.kernel.org, Errors-To: nfs-admin@lists.sourceforge.net List-Help: List-Post: List-Subscribe: , List-Id: Discussion of NFS under Linux development, interoperability, and testing. List-Unsubscribe: , List-Archive: 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; }; ------------------------------------------------------- This sf.net email is sponsored by: Dice - The leading online job board for high-tech professionals. Search and apply for tech jobs today! http://seeker.dice.com/seeker.epl?rel_code=31 _______________________________________________ NFS maillist - NFS@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nfs