aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/mnt_namespace.h
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2011-11-16 22:01:36 -0500
committerAl Viro <viro@zeniv.linux.org.uk>2012-01-03 22:52:37 -0500
commit6c449c8dfe30142b3ced5f052e8ed3cce308801a (patch)
treedf962c6c88584ea97afb083fa05adb1b865c26e0 /include/linux/mnt_namespace.h
parentvfs: add missing parens in pnode.h macros (diff)
downloadlinux-dev-6c449c8dfe30142b3ced5f052e8ed3cce308801a.tar.xz
linux-dev-6c449c8dfe30142b3ced5f052e8ed3cce308801a.zip
unexport put_mnt_ns(), make create_mnt_ns() static outright
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'include/linux/mnt_namespace.h')
-rw-r--r--include/linux/mnt_namespace.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/mnt_namespace.h b/include/linux/mnt_namespace.h
index 29304855652d..e87ec01aac9d 100644
--- a/include/linux/mnt_namespace.h
+++ b/include/linux/mnt_namespace.h
@@ -22,7 +22,6 @@ struct proc_mounts {
struct fs_struct;
-extern struct mnt_namespace *create_mnt_ns(struct vfsmount *mnt);
extern struct mnt_namespace *copy_mnt_ns(unsigned long, struct mnt_namespace *,
struct fs_struct *);
extern void put_mnt_ns(struct mnt_namespace *ns);