From: Bryan Schumaker Date: Thu, 10 May 2012 19:07:43 +0000 (-0400) Subject: NFS: Pass mntfh as part of the nfs_mount_info structure X-Git-Tag: v3.5-rc1~52^2~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=87c7083dc3eba802d6e9f312ec520a4814f59871;p=pandora-kernel.git 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 Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed