]> git.openfabrics.org - ~emulex/infiniband.git/commit
NFS: Create a common fs_mount() function
authorBryan Schumaker <bjschuma@netapp.com>
Thu, 10 May 2012 19:07:34 +0000 (15:07 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 15 May 2012 00:30:27 +0000 (17:30 -0700)
commitc40f8d1d35a27d81b4af9d5d2f7286fd978ae9b2
treeec27dc62ab6ce56501db0f02f26387b2518323da
parent586f95cd4ffda7aa120327ec09865b181c809cdf
NFS: Create a common fs_mount() function

The nfs4_remote_mount() function was only slightly different from the
nfs_fs_mount() function used by the generic client.  I created a new
nfs_mount_info structure to set different parameters to help combine
these functions.

Signed-off-by: Bryan Schumaker <bjschuma@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/super.c