svn commit: r274473 - head/sys/kern

Konstantin Belousov kib at FreeBSD.org
Thu Nov 13 17:43:38 UTC 2014


Author: kib
Date: Thu Nov 13 17:43:37 2014
New Revision: 274473
URL: https://svnweb.freebsd.org/changeset/base/274473

Log:
  Remove fossil.  It has been present in 4.4Lite2, but its use was
  removed for some time.
  
  Sponsored by:	The FreeBSD Foundation
  MFC after:	1 week

Modified:
  head/sys/kern/vfs_syscalls.c

Modified: head/sys/kern/vfs_syscalls.c
==============================================================================
--- head/sys/kern/vfs_syscalls.c	Thu Nov 13 16:45:25 2014	(r274472)
+++ head/sys/kern/vfs_syscalls.c	Thu Nov 13 17:43:37 2014	(r274473)
@@ -114,11 +114,6 @@ static int vn_access(struct vnode *vp, i
  */
 int async_io_version;
 
-#ifdef DEBUG
-static int syncprt = 0;
-SYSCTL_INT(_debug, OID_AUTO, syncprt, CTLFLAG_RW, &syncprt, 0, "");
-#endif
-
 /*
  * Sync each mounted filesystem.
  */


More information about the svn-src-head mailing list