projects
/
linux-2.6.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
[PATCH] making namespace_sem global
[linux-2.6.git]
/
include
/
linux
/
namespace.h
diff --git
a/include/linux/namespace.h
b/include/linux/namespace.h
index
6f0f25d
..
6731977
100644
(file)
--- a/
include/linux/namespace.h
+++ b/
include/linux/namespace.h
@@
-9,7
+9,6
@@
struct namespace {
atomic_t count;
struct vfsmount * root;
struct list_head list;
- struct rw_semaphore sem;
wait_queue_head_t poll;
int event;
};