aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorAl Viro <viro@zeniv.linux.org.uk>2005-11-07 17:15:49 -0500
committerLinus Torvalds <torvalds@g5.osdl.org>2005-11-07 18:18:10 -0800
commit5addc5dd8836aa061f6efc4a0d9ba6323726297a (patch)
treea5ce3703bbb421c93482b6043ebd57137276808f /include/linux
parent[PATCH] allow callers of seq_open do allocation themselves (diff)
downloadlinux-dev-5addc5dd8836aa061f6efc4a0d9ba6323726297a.tar.xz
linux-dev-5addc5dd8836aa061f6efc4a0d9ba6323726297a.zip
[PATCH] make /proc/mounts pollable
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/namespace.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/linux/namespace.h b/include/linux/namespace.h
index 0e5a86f13b2f..6f0f25d64c38 100644
--- a/include/linux/namespace.h
+++ b/include/linux/namespace.h
@@ -10,6 +10,8 @@ struct namespace {
struct vfsmount * root;
struct list_head list;
struct rw_semaphore sem;
+ wait_queue_head_t poll;
+ int event;
};
extern int copy_namespace(int, struct task_struct *);