Skip to content
Commit 41525f56 authored by Christoph Hellwig's avatar Christoph Hellwig
Browse files

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: default avatarChristoph Hellwig <hch@lst.de>
parent a1e6aaa3
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment