commit | a1e6aaa3743a3daa98d0f9275df8243eef8bb666 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Thu Jun 04 09:41:08 2020 +0200 |
committer | Christoph Hellwig <hch@lst.de> | Fri Jul 31 08:17:50 2020 +0200 |
tree | d42f2ac68d300e0735000d301e351fa44ec85fdd | |
parent | 38b082236e77d403fed23ac2d30d570598744ec3 [diff] |
fs: refactor do_mount Factor out a path_mount helper that takes a struct path * instead of the actual file name. This will allow to convert the init and devtmpfs code to properly mount based on a kernel pointer instead of relying on the implicit set_fs(KERNEL_DS) during early init. Signed-off-by: Christoph Hellwig <hch@lst.de>