commit | 5addc5dd8836aa061f6efc4a0d9ba6323726297a | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Mon Nov 07 17:15:49 2005 -0500 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Mon Nov 07 18:18:10 2005 -0800 |
tree | a5ce3703bbb421c93482b6043ebd57137276808f | |
parent | 1abe77b0fc4b485927f1f798ae81a752677e1d05 [diff] [blame] |
[PATCH] make /proc/mounts pollable Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
diff --git a/include/linux/namespace.h b/include/linux/namespace.h index 0e5a86f..6f0f25d 100644 --- a/include/linux/namespace.h +++ b/include/linux/namespace.h
@@ -10,6 +10,8 @@ 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 *);