summaryrefslogtreecommitdiff
path: root/include/linux/namespace.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux/namespace.h')
-rw-r--r--include/linux/namespace.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/linux/namespace.h b/include/linux/namespace.h
index acd64b4ca117..e7b313a202b6 100644
--- a/include/linux/namespace.h
+++ b/include/linux/namespace.h
@@ -12,9 +12,8 @@ struct namespace {
struct rw_semaphore sem;
};
-void umount_tree(struct vfsmount *mnt);
-
extern void umount_tree(struct vfsmount *);
+extern int copy_namespace(int, struct task_struct *);
static inline void put_namespace(struct namespace *namespace)
{
@@ -38,7 +37,6 @@ static inline void exit_namespace(struct task_struct *p)
put_namespace(namespace);
}
}
-extern int copy_namespace(int, struct task_struct *);
static inline void get_namespace(struct namespace *namespace)
{