commit | 87c7083dc3eba802d6e9f312ec520a4814f59871 | [log] [tgz] |
---|---|---|
author | Bryan Schumaker <bjschuma@netapp.com> | Thu May 10 15:07:43 2012 -0400 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Mon May 14 17:30:31 2012 -0700 |
tree | ec12fcc5dbf5bc428376385118d01fb1d3d75747 | |
parent | 46058d46d3fcf2900f18d9bd5585c8f89d59e1c4 [diff] |
NFS: Pass mntfh as part of the nfs_mount_info structure This allows me to use the filehandle allocated in nfs_fs_mount() for nfs v4 mounts instead of allocating a new one. Rather than change nfs4_mount() to look almost exactly like nfs_fs_mount(), I instead remove the function. Signed-off-by: Bryan Schumaker <bjschuma@netapp.com> Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>