Remove pointless comment about layerfs_sysctl()

This commit is contained in:
atatat 2004-03-09 03:16:08 +00:00
parent a451cb447e
commit f0e2808b8b
3 changed files with 7 additions and 20 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: null_vfsops.c,v 1.44 2003/12/04 19:38:24 atatat Exp $ */
/* $NetBSD: null_vfsops.c,v 1.45 2004/03/09 03:16:08 atatat Exp $ */
/*
* Copyright (c) 1999 National Aeronautics & Space Administration
@ -74,7 +74,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: null_vfsops.c,v 1.44 2003/12/04 19:38:24 atatat Exp $");
__KERNEL_RCSID(0, "$NetBSD: null_vfsops.c,v 1.45 2004/03/09 03:16:08 atatat Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -288,10 +288,6 @@ SYSCTL_SETUP(sysctl_vfs_null_setup, "sysctl vfs.null subtree setup")
* XXX the "9" above could be dynamic, thereby eliminating one
* more instance of the "number to vfs" mapping problem, but
* "9" is the order as taken from sys/mount.h
*
* this subtree should really be an alias to "layerfs_sysctl",
* but since we can't tell if layerfs has been instantiated
* yet, we can't do that
*/
}

View File

@ -1,4 +1,4 @@
/* $NetBSD: overlay_vfsops.c,v 1.19 2003/12/04 19:38:24 atatat Exp $ */
/* $NetBSD: overlay_vfsops.c,v 1.20 2004/03/09 03:16:09 atatat Exp $ */
/*
* Copyright (c) 1999, 2000 National Aeronautics & Space Administration
@ -74,7 +74,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: overlay_vfsops.c,v 1.19 2003/12/04 19:38:24 atatat Exp $");
__KERNEL_RCSID(0, "$NetBSD: overlay_vfsops.c,v 1.20 2004/03/09 03:16:09 atatat Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -273,12 +273,7 @@ SYSCTL_SETUP(sysctl_vfs_overlay_setup, "sysctl vfs.overlay subtree setup")
sysctl_createv(SYSCTL_PERMANENT,
CTLTYPE_NODE, "overlay", NULL,
NULL, 0, NULL, 0,
CTL_VFS, CTL_CREATE);
/*
* this subtree should really be an alias to "layerfs_sysctl",
* but since we can't tell if layerfs has been instantiated
* yet, we can't do that
*/
CTL_VFS, CTL_CREATE, CTL_EOL);
}
extern const struct vnodeopv_desc overlay_vnodeop_opv_desc;

View File

@ -1,4 +1,4 @@
/* $NetBSD: umap_vfsops.c,v 1.41 2003/12/04 19:38:24 atatat Exp $ */
/* $NetBSD: umap_vfsops.c,v 1.42 2004/03/09 03:16:09 atatat Exp $ */
/*
* Copyright (c) 1992, 1993
@ -41,7 +41,7 @@
*/
#include <sys/cdefs.h>
__KERNEL_RCSID(0, "$NetBSD: umap_vfsops.c,v 1.41 2003/12/04 19:38:24 atatat Exp $");
__KERNEL_RCSID(0, "$NetBSD: umap_vfsops.c,v 1.42 2004/03/09 03:16:09 atatat Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@ -305,10 +305,6 @@ SYSCTL_SETUP(sysctl_vfs_umap_setup, "sysctl vfs.umap subtree setup")
* XXX the "10" above could be dynamic, thereby eliminating
* one more instance of the "number to vfs" mapping problem,
* but "10" is the order as taken from sys/mount.h
*
* this subtree should really be an alias to "layerfs_sysctl",
* but since we can't tell if layerfs has been instantiated
* yet, we can't do that
*/
}