diff options
| author | Trond Myklebust <trond.myklebust@fys.uio.no> | 2002-10-15 05:30:48 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2002-10-15 05:30:48 -0700 |
| commit | ee17e0d649279f5cc07ed24506b0fcea53dbe899 (patch) | |
| tree | 8658f43f5c6a485571786310a9fe6685830cce39 /include/linux/nfs.h | |
| parent | b354d9171b5c04720daa2c1f993a10f15e372286 (diff) | |
[PATCH] A basic NFSv4 client for 2.5.x
Define the new NFSv4 data structure for passing user information
from the 'mount' program in nfs4_mount.h.
If CONFIG_NFS_V4 is defined
Add code to parse the mount structure into the superblock.
Declare the NFSv4 filesystem to the VFS.
Diffstat (limited to 'include/linux/nfs.h')
| -rw-r--r-- | include/linux/nfs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/nfs.h b/include/linux/nfs.h index 181e8decebfc..d99650a19b55 100644 --- a/include/linux/nfs.h +++ b/include/linux/nfs.h @@ -120,7 +120,7 @@ enum nfs_ftype { /* * This is the kernel NFS client file handle representation */ -#define NFS_MAXFHSIZE 64 +#define NFS_MAXFHSIZE 128 struct nfs_fh { unsigned short size; unsigned char data[NFS_MAXFHSIZE]; |
