]> git.baikalelectronics.ru Git - kernel.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)
commitc527ebf8276d80c0912cf1409c7a696be01da3f7
treeec27dc62ab6ce56501db0f02f26387b2518323da
parent66804349442893a58d8e6f8c24237d4ff5510b19
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