X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=kernel%2Finclude%2Fnet%2Faf_unix.h;fp=kernel%2Finclude%2Fnet%2Faf_unix.h;h=fd60eccb59a67969eba53416a376a3c912d62d81;hb=52f993b8e89487ec9ee15a7fb4979e0f09a45b27;hp=9b4c418bebd84ae0a7debfbcc697ee92b136ec99;hpb=c189ccac5702322ed843fe17057035b7222a59b6;p=kvmfornfv.git diff --git a/kernel/include/net/af_unix.h b/kernel/include/net/af_unix.h index 9b4c418be..fd60eccb5 100644 --- a/kernel/include/net/af_unix.h +++ b/kernel/include/net/af_unix.h @@ -52,7 +52,7 @@ struct unix_sock { struct sock sk; struct unix_address *addr; struct path path; - struct mutex readlock; + struct mutex iolock, bindlock; struct sock *peer; struct list_head link; atomic_long_t inflight;