X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fnamespace.h;h=6731977c4c13a00e39a251a12d7be31311960062;hb=43cefe29d497c2a9d3c7eae89964260e7b35149e;hp=0e5a86f13b2f8b4bbac4b50f32836827fef9fae8;hpb=c0d6f9663b30a09ed725229b2d50391268c8538e;p=linux-2.6 diff --git a/include/linux/namespace.h b/include/linux/namespace.h index 0e5a86f13b..6731977c4c 100644 --- a/include/linux/namespace.h +++ b/include/linux/namespace.h @@ -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 *);