[INET_SOCK]: Move struct inet_sock & helper functions to net/inet_sock.h
[powerpc.git] / include / linux / namespace.h
index 0e5a86f..6731977 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 *);