]> bbs.cooldavid.org Git - net-next-2.6.git/commit - fs/super.c
[PATCH] restore export of do_kern_mount()
authorAl Viro <viro@zeniv.linux.org.uk>
Sun, 24 Feb 2008 06:43:03 +0000 (01:43 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 18 Mar 2008 02:58:04 +0000 (22:58 -0400)
commit8a4e98d9d758d0eb751916e906fae40bda151b11
treec7d94a18308b55cb9de1837f839af7fdfb8b624e
parentbde4f8fa8db2abd5ac9c542d76012d0fedab050f
[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>
fs/super.c