nfs: switch NFS from ->get_sb() to ->mount()
authorAl Viro <viro@zeniv.linux.org.uk>
Wed, 16 Mar 2011 11:25:36 +0000 (07:25 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 16 Mar 2011 20:48:06 +0000 (16:48 -0400)
commit011949811b946bd3b72fca71200f197c6168a5f8
tree21e9fc3727de86bda7dc41cc90c331c6240239fc
parentfd462fb51db46c84bea0fc377c11b9a7e16bc1a0
nfs: switch NFS from ->get_sb() to ->mount()

The last remaining instances of ->get_sb() can be converted ->mount()
now - nothing in them uses new vfsmount anymore.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/nfs/super.c