diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2005-11-07 17:15:49 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-07 21:18:10 -0500 |
commit | 5addc5dd8836aa061f6efc4a0d9ba6323726297a (patch) | |
tree | a5ce3703bbb421c93482b6043ebd57137276808f /include | |
parent | 1abe77b0fc4b485927f1f798ae81a752677e1d05 (diff) |
[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')
-rw-r--r-- | include/linux/namespace.h | 2 |
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 { | |||
10 | struct vfsmount * root; | 10 | struct vfsmount * root; |
11 | struct list_head list; | 11 | struct list_head list; |
12 | struct rw_semaphore sem; | 12 | struct rw_semaphore sem; |
13 | wait_queue_head_t poll; | ||
14 | int event; | ||
13 | }; | 15 | }; |
14 | 16 | ||
15 | extern int copy_namespace(int, struct task_struct *); | 17 | extern int copy_namespace(int, struct task_struct *); |