Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[PATCH] restore export of do_kern_mount()
vfs_kern_mount() requires having a reference to fs type, which makes it impossible for module to create procfs, etc. private mount. Open-coding is not an option, since e.g. put_filesystem() is _not_ exported, and for a good reason. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
- Loading branch information