projects
/
linux-2.6.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
[PATCH] make various thing static
[linux-2.6.git]
/
include
/
linux
/
namespace.h
diff --git
a/include/linux/namespace.h
b/include/linux/namespace.h
index
9eca155
..
697991b
100644
(file)
--- a/
include/linux/namespace.h
+++ b/
include/linux/namespace.h
@@
-12,7
+12,6
@@
struct namespace {
struct rw_semaphore sem;
};
-extern void umount_tree(struct vfsmount *);
extern int copy_namespace(int, struct task_struct *);
extern void __put_namespace(struct namespace *namespace);