]> rtime.felk.cvut.cz Git - linux-imx.git/commit
NFS: Pass mntfh as part of the nfs_mount_info structure
authorBryan Schumaker <bjschuma@netapp.com>
Thu, 10 May 2012 19:07:43 +0000 (15:07 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 15 May 2012 00:30:31 +0000 (17:30 -0700)
commit87c7083dc3eba802d6e9f312ec520a4814f59871
treeec12fcc5dbf5bc428376385118d01fb1d3d75747
parent46058d46d3fcf2900f18d9bd5585c8f89d59e1c4
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>
fs/nfs/super.c