From: Al Viro Date: Sun, 24 Feb 2008 06:43:03 +0000 (-0500) Subject: [PATCH] restore export of do_kern_mount() X-Git-Tag: v2.6.25-rc7~4^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8a4e98d9d758d0eb751916e906fae40bda151b11;p=pandora-kernel.git [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 --- Reading git-diff-tree failed