-
- Downloads
init: add an init_umount helper
Like ksys_umount, but takes a kernel pointer for the destination path.
Switch over the umount in the init code, which just happen to work due to
the implicit set_fs(KERNEL_DS) during early init right now.
Signed-off-by:
Christoph Hellwig <hch@lst.de>
Showing
- fs/init.c 14 additions, 0 deletionsfs/init.c
- fs/internal.h 1 addition, 0 deletionsfs/internal.h
- fs/namespace.c 2 additions, 2 deletionsfs/namespace.c
- include/linux/init_syscalls.h 1 addition, 0 deletionsinclude/linux/init_syscalls.h
- include/linux/syscalls.h 0 additions, 1 deletioninclude/linux/syscalls.h
- init/do_mounts_initrd.c 1 addition, 1 deletioninit/do_mounts_initrd.c
Loading
Please register or sign in to comment