From f0e2808b8bdd130efd36ffe6cccd73c1ec6b8821 Mon Sep 17 00:00:00 2001 From: atatat Date: Tue, 9 Mar 2004 03:16:08 +0000 Subject: [PATCH] Remove pointless comment about layerfs_sysctl() --- sys/miscfs/nullfs/null_vfsops.c | 8 ++------ sys/miscfs/overlay/overlay_vfsops.c | 11 +++-------- sys/miscfs/umapfs/umap_vfsops.c | 8 ++------ 3 files changed, 7 insertions(+), 20 deletions(-) diff --git a/sys/miscfs/nullfs/null_vfsops.c b/sys/miscfs/nullfs/null_vfsops.c index bf50418a0f42..cfa18052e5cc 100644 --- a/sys/miscfs/nullfs/null_vfsops.c +++ b/sys/miscfs/nullfs/null_vfsops.c @@ -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 -__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 #include @@ -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 */ } diff --git a/sys/miscfs/overlay/overlay_vfsops.c b/sys/miscfs/overlay/overlay_vfsops.c index 97f9bb0599a1..aab7081a9477 100644 --- a/sys/miscfs/overlay/overlay_vfsops.c +++ b/sys/miscfs/overlay/overlay_vfsops.c @@ -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 -__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 #include @@ -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; diff --git a/sys/miscfs/umapfs/umap_vfsops.c b/sys/miscfs/umapfs/umap_vfsops.c index ce28c9b9b794..1a48aa8526e8 100644 --- a/sys/miscfs/umapfs/umap_vfsops.c +++ b/sys/miscfs/umapfs/umap_vfsops.c @@ -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 -__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 #include @@ -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 */ }