summaryrefslogtreecommitdiffstats
path: root/sys/sys/pipe.h
diff options
context:
space:
mode:
authoranton <anton@openbsd.org>2020-01-24 11:07:41 +0000
committeranton <anton@openbsd.org>2020-01-24 11:07:41 +0000
commit7380434f4d03e97f7b1e7c2a09592aaa754735c3 (patch)
tree3df4606102a2d409b0edefedd8ab2068638fcc29 /sys/sys/pipe.h
parentAdd a connection test for proxycommand. This would have caught the problem (diff)
downloadwireguard-openbsd-7380434f4d03e97f7b1e7c2a09592aaa754735c3.tar.xz
wireguard-openbsd-7380434f4d03e97f7b1e7c2a09592aaa754735c3.zip
no fields are protected by the kernel lock anymore
Diffstat (limited to 'sys/sys/pipe.h')
-rw-r--r--sys/sys/pipe.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/sys/pipe.h b/sys/sys/pipe.h
index 664688ab976..d23f266117f 100644
--- a/sys/sys/pipe.h
+++ b/sys/sys/pipe.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pipe.h,v 1.23 2020/01/12 09:19:54 anton Exp $ */
+/* $OpenBSD: pipe.h,v 1.24 2020/01/24 11:07:41 anton Exp $ */
/*
* Copyright (c) 1996 John S. Dyson
@@ -73,7 +73,6 @@ struct pipebuf {
*
* Locking:
* I immutable after creation
- * K kernel lock
* S sigio_lock
* p pipe_lock
*/