Module Name: src Committed By: riastradh Date: Mon Apr 20 13:49:02 UTC 2015
Modified Files: src/sys/sys: vnode.h Log Message: Remove declaration of speedup_syncer, removed back in 2011. To generate a diff of this commit: cvs rdiff -u -r1.252 -r1.253 src/sys/sys/vnode.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/sys/sys/vnode.h diff -u src/sys/sys/vnode.h:1.252 src/sys/sys/vnode.h:1.253 --- src/sys/sys/vnode.h:1.252 Mon Apr 20 13:44:16 2015 +++ src/sys/sys/vnode.h Mon Apr 20 13:49:02 2015 @@ -1,4 +1,4 @@ -/* $NetBSD: vnode.h,v 1.252 2015/04/20 13:44:16 riastradh Exp $ */ +/* $NetBSD: vnode.h,v 1.253 2015/04/20 13:49:02 riastradh Exp $ */ /*- * Copyright (c) 2008 The NetBSD Foundation, Inc. @@ -589,7 +589,6 @@ void vntblinit(void); /* misc stuff */ void vn_syncer_add_to_worklist(struct vnode *, int); void vn_syncer_remove_from_worklist(struct vnode *); -int speedup_syncer(void); int dorevoke(struct vnode *, kauth_cred_t); int rawdev_mounted(struct vnode *, struct vnode **); uint8_t vtype2dt(enum vtype);