NFS: Rename nfs4_proc_get_root()
authorBryan Schumaker <bjschuma@netapp.com>
Thu, 10 May 2012 19:07:30 +0000 (15:07 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Tue, 15 May 2012 00:30:25 +0000 (17:30 -0700)
commit3028eb2b324c517da1e9e589743c4a5154f70dd1
tree9f2f13e0bea581bac9f68a8f516a3018e3d78e15
parent0427708657750bdc03af3491a0297cab5e7efabf
NFS: Rename nfs4_proc_get_root()

This function is really getting the root filehandle and not the root
dentry of the filesystem.  I also removed the rpc_ops lookup from
nfs4_get_rootfh() under the assumption that if we reach this function
then we already know we are using NFS v4.

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