patch 28/38: SERVER: expand filehandle to 128 bytes

From: Kendrick M. Smith (kmsmith@umich.edu)
Date: Tue Aug 13 2002 - 18:08:22 EST


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/



This archive was generated by hypermail 2b29 : Thu Aug 15 2002 - 22:00:35 EST