Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 13 Aug 2002 19:27:14 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 13 Aug 2002 19:26:20 -0400 Received: from donkeykong.gpcc.itd.umich.edu ([141.211.2.163]:48892 "EHLO donkeykong.gpcc.itd.umich.edu") by vger.kernel.org with ESMTP id ; Tue, 13 Aug 2002 19:04:34 -0400 Date: Tue, 13 Aug 2002 19:08:22 -0400 (EDT) From: "Kendrick M. Smith" X-X-Sender: kmsmith@rastan.gpcc.itd.umich.edu To: linux-kernel@vger.kernel.org, Subject: patch 28/38: SERVER: expand filehandle to 128 bytes Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 606 Lines: 20 Expand filehandle to 128 bytes. --- old/include/linux/nfsd/nfsfh.h Tue Jul 30 22:43:19 2002 +++ new/include/linux/nfsd/nfsfh.h Mon Jul 29 11:50:09 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; }; - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/