summaryrefslogtreecommitdiffstats
path: root/kernel/include/net/af_unix.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/include/net/af_unix.h')
-rw-r--r--kernel/include/net/af_unix.h2
1 files changed, 1 insertions, 1 deletions
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;