commit | 037f11b4752f717201143a1dc5d6acf3cb71ddfa | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Sat Jun 01 18:09:44 2019 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Jul 04 22:01:59 2019 -0400 |
tree | 4fc67c21261d01d99100788a23b56da581d79f29 | |
parent | 33488845f211afcdb7e5c00a3152890e06cdc78e [diff] |
mnt_init(): call shmem_init() unconditionally No point having two call sites (earlier in init_rootfs() from mnt_init() in case we are going to use shmem-style rootfs, later from do_basic_setup() unconditionally), along with the logics in shmem_init() itself to make the second call a no-op... Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>