]> git.baikalelectronics.ru Git - kernel.git/commit
init: add an init_chmod helper
authorChristoph Hellwig <hch@lst.de>
Wed, 22 Jul 2020 09:41:02 +0000 (11:41 +0200)
committerChristoph Hellwig <hch@lst.de>
Fri, 31 Jul 2020 06:17:53 +0000 (08:17 +0200)
commit16a4f81533b1e8d34cbe558c29dc894cb5a313fc
tree8cfd84b2df0b78392661466d6a18ce09f3e5f9f7
parent1691c9a1a696aad7b6a0b1b34faed86fd45872d1
init: add an init_chmod helper

Add a simple helper to chmod with a kernel space file name and switch
the early init code over to it.

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