commit | 41525f56e2564c2feff4fb2824823900efb3a39f | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Jul 21 10:54:34 2020 +0200 |
committer | Christoph Hellwig <hch@lst.de> | Fri Jul 31 08:17:50 2020 +0200 |
tree | 08020c3f2231ad8fede0970e1ebcf3c04fc4b5b8 | |
parent | a1e6aaa3743a3daa98d0f9275df8243eef8bb666 [diff] |
fs: refactor ksys_umount Factor out a path_umount 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>