+3
−2
+113
−40
+16
−80
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
new function: mount_fs(). Does all work done by vfs_kern_mount()
except the allocation and filling of vfsmount; returns root dentry
or ERR_PTR().
vfs_kern_mount() switched to using it and taken to fs/namespace.c,
along with its wrappers.
alloc_vfsmnt()/free_vfsmnt() made static.
functions in namespace.c slightly reordered.
Signed-off-by:
Al Viro <viro@zeniv.linux.org.uk>