[PATCH] make /proc/mounts pollable
[linux-2.6-block.git] / include / linux / namespace.h
index 0e5a86f13b2f8b4bbac4b50f32836827fef9fae8..6f0f25d64c383dbb556e7ef7fdf058d979b804f5 100644 (file)
@@ -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 *);