summaryrefslogtreecommitdiffstats
path: root/sys/kern/vfs_sync.c
diff options
context:
space:
mode:
authorart <art@openbsd.org>2001-03-16 15:51:58 +0000
committerart <art@openbsd.org>2001-03-16 15:51:58 +0000
commitc0839348a4c68a877905cfe79c805d365a16548d (patch)
tree99ffcc9d2af0b56344addc4b4cf80863ec312c76 /sys/kern/vfs_sync.c
parentInitialize the mountlist_slock. (diff)
downloadwireguard-openbsd-c0839348a4c68a877905cfe79c805d365a16548d.tar.xz
wireguard-openbsd-c0839348a4c68a877905cfe79c805d365a16548d.zip
No need to extern mountlist_slock here.
Diffstat (limited to 'sys/kern/vfs_sync.c')
-rw-r--r--sys/kern/vfs_sync.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/kern/vfs_sync.c b/sys/kern/vfs_sync.c
index 3998673834f..6c2bcf36579 100644
--- a/sys/kern/vfs_sync.c
+++ b/sys/kern/vfs_sync.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vfs_sync.c,v 1.17 2001/02/27 08:46:10 art Exp $ */
+/* $OpenBSD: vfs_sync.c,v 1.18 2001/03/16 15:51:58 art Exp $ */
/*
* Portions of this code are:
@@ -75,8 +75,6 @@ static long syncer_mask;
LIST_HEAD(synclist, vnode);
static struct synclist *syncer_workitem_pending;
-extern struct simplelock mountlist_slock;
-
struct proc *syncerproc;
/*