NFS: Create a single nfs_get_root()
authorBryan Schumaker <bjschuma@netapp.com>
Thu, 10 May 2012 19:07:31 +0000 (15:07 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 15 May 2012 00:30:26 +0000 (17:30 -0700)
commitbae36241be7fab16b2e987d31b6e6bd4456ac188
treea6964de8b14917a2a0b9326d7ad84860f2f0fd8d
parent3028eb2b324c517da1e9e589743c4a5154f70dd1
NFS: Create a single nfs_get_root()

This patch splits out the NFS v4 specific functionality of
nfs4_get_root() into its own rpc_op called by the generic client, and
leaves nfs4_proc_get_rootfh() as its own stand alone function.  This
also allows me to change nfs4_remote_mount(), nfs4_xdev_mount() and
nfs4_remote_referral_mount() to use the generic client's nfs_get_root()
function.  Later patches in this series will collapse these functions
into one common function, so using the same get_root() function
everywhere simplifies future changes.

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