Commit 18d9355d authored by Neil Brown's avatar Neil Brown Committed by Linus Torvalds

[PATCH] kNFSd: Expand nfsd filehandle to 128 bytes.

parent 9b831fb9
...@@ -96,7 +96,7 @@ struct knfsd_fh { ...@@ -96,7 +96,7 @@ struct knfsd_fh {
*/ */
union { union {
struct nfs_fhbase_old fh_old; struct nfs_fhbase_old fh_old;
__u32 fh_pad[NFS3_FHSIZE/4]; __u32 fh_pad[NFS4_FHSIZE/4];
struct nfs_fhbase_new fh_new; struct nfs_fhbase_new fh_new;
} fh_base; } fh_base;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment