commit | 011949811b946bd3b72fca71200f197c6168a5f8 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Wed Mar 16 07:25:36 2011 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Wed Mar 16 16:48:06 2011 -0400 |
tree | 21e9fc3727de86bda7dc41cc90c331c6240239fc | |
parent | fd462fb51db46c84bea0fc377c11b9a7e16bc1a0 [diff] |
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>