init: add an init_link helper
authorChristoph Hellwig <hch@lst.de>
Wed, 22 Jul 2020 09:14:19 +0000 (11:14 +0200)
committerChristoph Hellwig <hch@lst.de>
Fri, 31 Jul 2020 06:17:53 +0000 (08:17 +0200)
commit812931d693da58cc24d2bb8dec01c2b4a7f4668f
tree2e95f34172c407d94ca5a097eae30852c01551cc
parenteb9d7d390e51108b4c6a9a7993ed9be92548c8f7
init: add an init_link helper

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

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