]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit3d0713bbd80242fd73bc07d37cbc93636b77c066
tree21e9fc3727de86bda7dc41cc90c331c6240239fc
parentf0af736e1cf04cced67dd02f6db28d2c42c2e394
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