X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=include%2Fnet%2Faf_unix.h;h=4880d83c514307c6f8a158ca55b6f720f7acd5d7;hb=987b0145d94eecf292d8b301228356f44611ab7c;hp=f69dbf815eae81e3d07a057a857ccbd89c8124ff;hpb=f7ed79d23a47594e7834d66a8f14449796d4f3e6;p=linux-2.6.git diff --git a/include/net/af_unix.h b/include/net/af_unix.h index f69dbf815..4880d83c5 100644 --- a/include/net/af_unix.h +++ b/include/net/af_unix.h @@ -4,7 +4,6 @@ #include #include #include -#include #include #include @@ -76,7 +75,7 @@ struct unix_sock { struct unix_address *addr; struct dentry *dentry; struct vfsmount *mnt; - struct mutex readlock; + struct semaphore readsem; struct sock *peer; struct sock *other; struct sock *gc_tree;