diff options
| author | 2001-03-16 15:51:58 +0000 | |
|---|---|---|
| committer | 2001-03-16 15:51:58 +0000 | |
| commit | c0839348a4c68a877905cfe79c805d365a16548d (patch) | |
| tree | 99ffcc9d2af0b56344addc4b4cf80863ec312c76 /sys/kern/vfs_sync.c | |
| parent | Initialize the mountlist_slock. (diff) | |
| download | wireguard-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.c | 4 |
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; /* |
