diff options
| author | Neil Brown <neilb@cse.unsw.edu.au> | 2002-10-11 05:34:18 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2002-10-11 05:34:18 -0700 |
| commit | 18d9355d84dee082f83c87c1d99a0f6fbf7410fe (patch) | |
| tree | ef81237cdb040f6e1999816b159303390c04363e /include | |
| parent | 9b831fb9add116909cdb82ef259fdf29c166d8b9 (diff) | |
[PATCH] kNFSd: Expand nfsd filehandle to 128 bytes.
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/nfsd/nfsfh.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; }; |
