init: add an init_mkdir helper
authorChristoph Hellwig <hch@lst.de>
Wed, 22 Jul 2020 09:14:59 +0000 (11:14 +0200)
committerChristoph Hellwig <hch@lst.de>
Fri, 31 Jul 2020 06:17:53 +0000 (08:17 +0200)
commit83ff98c3e9cd2b82b4289e185f2ce7d635a9cbd3
treec45bf0dfc39594f8787be068175f50a9d124cc9e
parentcd3acb6a79349f346714ab3d26d203a0c6ca5ab0
init: add an init_mkdir helper

Add a simple helper to mkdir with a kernel space file name and switch
the early init code over to it.  Remove the now unused ksys_mkdir.

Signed-off-by: Christoph Hellwig <hch@lst.de>
fs/init.c
fs/internal.h
fs/namei.c
include/linux/init_syscalls.h
include/linux/syscalls.h
init/do_mounts_initrd.c
init/initramfs.c
init/noinitramfs.c