]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/namespace.h
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
[linux-2.6-omap-h63xx.git] / include / linux / namespace.h
index 0e5a86f13b2f8b4bbac4b50f32836827fef9fae8..6731977c4c13a00e39a251a12d7be31311960062 100644 (file)
@@ -9,7 +9,8 @@ struct namespace {
        atomic_t                count;
        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 *);