init: add an init_mknod helper
authorChristoph Hellwig <hch@lst.de>
Wed, 22 Jul 2020 09:41:20 +0000 (11:41 +0200)
committerChristoph Hellwig <hch@lst.de>
Fri, 31 Jul 2020 06:17:54 +0000 (08:17 +0200)
commit5fee64fcde0770c41e926ff981022eaa512d8980
tree8519259e205878577de5fb440870457c5a989b4e
parent83ff98c3e9cd2b82b4289e185f2ce7d635a9cbd3
init: add an init_mknod helper

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

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.h
init/initramfs.c
init/noinitramfs.c