commit | c60166f04283ffba7b88b45d824bbfb2bfccee24 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Jul 21 11:12:08 2020 +0200 |
committer | Christoph Hellwig <hch@lst.de> | Fri Jul 31 08:17:51 2020 +0200 |
tree | 511e51f8ae0e91e50742bf73ccbe302e8b14a313 | |
parent | 09cbcec07b578c04ab4ab0e31940c20126f79c4b [diff] |
init: add an init_mount helper Like do_mount, but takes a kernel pointer for the destination path. Switch over the mounts in the init code and devtmpfs to it, 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>