diff options
author | Pedro Martelletto <pedro@cvs.openbsd.org> | 2007-05-27 01:25:57 +0000 |
---|---|---|
committer | Pedro Martelletto <pedro@cvs.openbsd.org> | 2007-05-27 01:25:57 +0000 |
commit | 1a20e9852fe970491d9715f4aba24d835e8ee580 (patch) | |
tree | 9703d2648201c7c9d1758d84c81946d297876f72 /sys/kern/vfs_bio.c | |
parent | e7ad94018faf8042b6e53d7897782f3108643b89 (diff) |
remove silly comment, okay deraadt@
Diffstat (limited to 'sys/kern/vfs_bio.c')
-rw-r--r-- | sys/kern/vfs_bio.c | 3 |
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 |