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)
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>

No differences found