]> Git Repo - linux.git/commit - fs/ramfs/inode.c
init_rootfs(): don't bother with init_ramfs_fs()
authorAl Viro <[email protected]>
Thu, 30 May 2019 19:59:57 +0000 (15:59 -0400)
committerAl Viro <[email protected]>
Fri, 5 Jul 2019 02:01:59 +0000 (22:01 -0400)
commit14a253ce4210cd2ef133b392062477e9d656db4a
tree36cfc4d45ff27e77ab4100923430596c5e352d8c
parent5afdd0f1e6a7e56264fd933065884a7903375106
init_rootfs(): don't bother with init_ramfs_fs()

the only thing done by the latter is making ramfs visible
to mount(2); we don't need it there - rootfs is separate
and, in fact, made visible to mount(2) in the same init_rootfs().

Signed-off-by: Al Viro <[email protected]>
fs/ramfs/inode.c
include/linux/ramfs.h
init/do_mounts.c
This page took 0.055159 seconds and 4 git commands to generate.