commit | 54af3bb543c071769141387a42deaaab5074da55 | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Fri Sep 28 12:27:41 2007 -0400 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Fri Sep 28 15:36:42 2007 -0700 |
tree | d24e5b23462a51a4e932b14feb5ae943b0dbba1e | |
parent | bd8936632475665bfd90c1180c9c1301ee838db8 [diff] |
NFS: Fix an Oops in encode_lookup() It doesn't look as if the NFS file name limit is being initialised correctly in the struct nfs_server. Make sure that we limit whatever is being set in nfs_probe_fsinfo() and nfs_init_server(). Also ensure that readdirplus and nfs4_path_walk respect our file name limits. Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>