summaryrefslogtreecommitdiffstats
path: root/sys/kern
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-04-01 08:39:07 +0000
committerbde <bde@FreeBSD.org>1997-04-01 08:39:07 +0000
commit278256e73a2ea3636d2fda018e49ae7495bc6e08 (patch)
tree6865b944d7a55377a340bf37915f2f89441f0531 /sys/kern
parentd6083d03a2f16f0add0411ba464174bd5100690c (diff)
downloadFreeBSD-src-278256e73a2ea3636d2fda018e49ae7495bc6e08.zip
FreeBSD-src-278256e73a2ea3636d2fda018e49ae7495bc6e08.tar.gz
Removed potentially harmful garbage <vm/lock.h> and fixed bogus
use of it. It was actually harmless because the use was null due to fortuitous include orders and identical (wrong) idempotency macros.
Diffstat (limited to 'sys/kern')
-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 494a53d..6eb2404 100644
--- a/sys/kern/vfs_bio.c
+++ b/sys/kern/vfs_bio.c
@@ -18,7 +18,7 @@
* 5. Modifications may be freely made to this file if the above conditions
* are met.
*
- * $Id$
+ * $Id: vfs_bio.c,v 1.112 1997/02/22 09:39:30 peter Exp $
*/
/*
@@ -51,7 +51,6 @@
#include <vm/vm_page.h>
#include <vm/vm_object.h>
#include <vm/vm_extern.h>
-#include <vm/lock.h>
#include <vm/vm_map.h>
#include <sys/buf.h>
#include <sys/mount.h>
OpenPOWER on IntegriCloud