summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpedro <pedro@openbsd.org>2007-05-27 01:25:56 +0000
committerpedro <pedro@openbsd.org>2007-05-27 01:25:56 +0000
commit48a0e10745c3d35367298f362f2194181ae8162c (patch)
tree912412114b19c46680b06fca833b6b9b37ce4df5
parentadd more struct/define stuff for use in cdio (diff)
downloadwireguard-openbsd-48a0e10745c3d35367298f362f2194181ae8162c.tar.xz
wireguard-openbsd-48a0e10745c3d35367298f362f2194181ae8162c.zip
remove silly comment, okay deraadt@
-rw-r--r--sys/kern/vfs_bio.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/vfs_bio.c b/sys/kern/vfs_bio.c
index 0d7baa2f0d8..535138f5c5a 100644
--- a/sys/kern/vfs_bio.c
+++ b/sys/kern/vfs_bio.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vfs_bio.c,v 1.88 2007/05/26 20:26:51 pedro Exp $ */
+/* $OpenBSD: vfs_bio.c,v 1.89 2007/05/27 01:25:56 pedro Exp $ */
/* $NetBSD: vfs_bio.c,v 1.44 1996/06/11 11:15:36 pk Exp $ */
/*-
@@ -942,7 +942,6 @@ getnewbuf(size_t size, int slpflag, int slptimeo, int *ep)
int s, error, queue, qs;
#if 0 /* we would really like this but sblock update kills it */
- /* some pricks are not allowed! */
KASSERT(curproc != syncerproc && curproc != cleanerproc);
#endif