Re: [PATCH 21/24] init: add an init_symlink helper

2020-07-21 Thread Al Viro
On Tue, Jul 21, 2020 at 06:28:15PM +0200, Christoph Hellwig wrote: > Add a simple helper to symlink with a kernel space file name and switch > the early init code over to it. Remove the now unused ksys_symlink. > +int __init init_symlink(const char *oldname, const char *newname) > +{ > +

[PATCH 21/24] init: add an init_symlink helper

2020-07-21 Thread Christoph Hellwig
Add a simple helper to symlink with a kernel space file name and switch the early init code over to it. Remove the now unused ksys_symlink. Signed-off-by: Christoph Hellwig --- fs/internal.h| 2 -- fs/namei.c | 2 +- include/linux/syscalls.h | 9 -