]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit7b77867ad21934632f7305b555577b4bca18026a
tree9f2f13e0bea581bac9f68a8f516a3018e3d78e15
parentb01449b9b43e85a72417550b8c83d71c1c192f9d
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