summaryrefslogtreecommitdiff
path: root/sys/kern/vfs_sync.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/kern/vfs_sync.c')
-rw-r--r--sys/kern/vfs_sync.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/kern/vfs_sync.c b/sys/kern/vfs_sync.c
index a326e9297e1..46c1e8aaa81 100644
--- a/sys/kern/vfs_sync.c
+++ b/sys/kern/vfs_sync.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vfs_sync.c,v 1.49 2010/12/21 20:14:43 thib Exp $ */
+/* $OpenBSD: vfs_sync.c,v 1.50 2011/04/05 14:14:07 thib Exp $ */
/*
* Portions of this code are:
@@ -260,7 +260,6 @@ int sync_inactive(void *);
int sync_print(void *);
struct vops sync_vops = {
- .vop_default = eopnotsupp,
.vop_close = nullop,
.vop_fsync = sync_fsync,
.vop_inactive = sync_inactive,