From 9f0f4d2b393acb75cee9c7f0495376e137132343 Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Mon, 22 Mar 2010 04:54:49 +0100 Subject: [PATCH] Clean up some specfs remains. --- sys/conf/files | 1 - sys/kern/vfs_subr.c | 2 -- sys/sys/vnode.h | 1 - 3 files changed, 4 deletions(-) diff --git a/sys/conf/files b/sys/conf/files index 778e96ec50..015d07ac9d 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -806,7 +806,6 @@ vfs/procfs/procfs_type.c optional procfs vfs/procfs/procfs_vfsops.c optional procfs vfs/procfs/procfs_vnops.c optional procfs vfs/procfs/procfs_rlimit.c optional procfs -#vfs/specfs/spec_vnops.c standard vfs/union/union_subr.c optional union vfs/union/union_vfsops.c optional union vfs/union/union_vnops.c optional union diff --git a/sys/kern/vfs_subr.c b/sys/kern/vfs_subr.c index 50a8a0d702..bb7b9474c3 100644 --- a/sys/kern/vfs_subr.c +++ b/sys/kern/vfs_subr.c @@ -92,8 +92,6 @@ static MALLOC_DEFINE(M_NETADDR, "Export Host", "Export host address structure"); int numvnodes; SYSCTL_INT(_debug, OID_AUTO, numvnodes, CTLFLAG_RD, &numvnodes, 0, ""); -int vfs_fastdev = 1; -SYSCTL_INT(_vfs, OID_AUTO, fastdev, CTLFLAG_RW, &vfs_fastdev, 0, ""); enum vtype iftovt_tab[16] = { VNON, VFIFO, VCHR, VNON, VDIR, VNON, VBLK, VNON, diff --git a/sys/sys/vnode.h b/sys/sys/vnode.h index 93d42c67c0..87615dd010 100644 --- a/sys/sys/vnode.h +++ b/sys/sys/vnode.h @@ -413,7 +413,6 @@ extern struct vattr va_null; /* predefined null vattr structure */ extern int vfs_ioopt; extern int numvnodes; extern int freevnodes; -extern int vfs_fastdev; /* fast specfs device access */ /* * Interlock for scanning list of vnodes attached to a mountpoint -- 2.41.0