]> git.baikalelectronics.ru Git - kernel.git/commit
init: add an init_utimes helper
authorChristoph Hellwig <hch@lst.de>
Tue, 21 Jul 2020 14:05:31 +0000 (16:05 +0200)
committerChristoph Hellwig <hch@lst.de>
Fri, 31 Jul 2020 06:17:54 +0000 (08:17 +0200)
commit4485f2db1799a021906f16948e5c33e9a3b6403f
treeab0b81c6689fe72425b5c560e9b9b74a40b37265
parentde8e073724510ce4a92f526351523178f5c5d947
init: add an init_utimes helper

Add a simple helper to set timestamps 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
include/linux/init_syscalls.h
init/initramfs.c