OSDN Git Service

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)
commit235e57935bf328c4cce371ffc4dd1d8fab4885cd
treeab0b81c6689fe72425b5c560e9b9b74a40b37265
parent716308a5331bf907b819f9db8dc942b19568f925
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