summaryrefslogtreecommitdiff
path: root/sys/kern/vfs_bio.c
diff options
context:
space:
mode:
authorPedro Martelletto <pedro@cvs.openbsd.org>2007-05-27 01:25:57 +0000
committerPedro Martelletto <pedro@cvs.openbsd.org>2007-05-27 01:25:57 +0000
commit1a20e9852fe970491d9715f4aba24d835e8ee580 (patch)
tree9703d2648201c7c9d1758d84c81946d297876f72 /sys/kern/vfs_bio.c
parente7ad94018faf8042b6e53d7897782f3108643b89 (diff)
remove silly comment, okay deraadt@
Diffstat (limited to 'sys/kern/vfs_bio.c')
-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