]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/namespace.h
Merge with /home/shaggy/git/linus-clean/
[karo-tx-linux.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 *);