+3
−2
+1
−1
fs/init.c
0 → 100644
+25
−0
+4
−0
+1
−1
Loading
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>