Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-2-0]: src/sys/coda Pull up revision 1.37 (requested by atatat in ...



details:   https://anonhg.NetBSD.org/src/rev/b323df261133
branches:  netbsd-2-0
changeset: 561151:b323df261133
user:      tron <tron%NetBSD.org@localhost>
date:      Sat May 29 09:04:35 2004 +0000

description:
Pull up revision 1.37 (requested by atatat in ticket #393):
Sysctl descriptions under vfs subtree

diffstat:

 sys/coda/coda_vfsops.c |  10 ++++++----
 1 files changed, 6 insertions(+), 4 deletions(-)

diffs (38 lines):

diff -r 6bcd04389028 -r b323df261133 sys/coda/coda_vfsops.c
--- a/sys/coda/coda_vfsops.c    Sat May 29 09:04:29 2004 +0000
+++ b/sys/coda/coda_vfsops.c    Sat May 29 09:04:35 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: coda_vfsops.c,v 1.33 2004/03/24 15:34:52 atatat Exp $  */
+/*     $NetBSD: coda_vfsops.c,v 1.33.2.1 2004/05/29 09:04:35 tron Exp $        */
 
 /*
  * 
@@ -45,7 +45,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: coda_vfsops.c,v 1.33 2004/03/24 15:34:52 atatat Exp $");
+__KERNEL_RCSID(0, "$NetBSD: coda_vfsops.c,v 1.33.2.1 2004/05/29 09:04:35 tron Exp $");
 
 #ifdef _LKM
 #define        NVCODA 4
@@ -560,7 +560,8 @@
                       CTL_VFS, CTL_EOL);
        sysctl_createv(clog, 0, NULL, NULL,
                       CTLFLAG_PERMANENT,
-                      CTLTYPE_NODE, "coda", NULL,
+                      CTLTYPE_NODE, "coda",
+                      SYSCTL_DESCR("code vfs options"),
                       NULL, 0, NULL, 0,
                       CTL_VFS, 18, CTL_EOL);
        /*
@@ -572,7 +573,8 @@
 /*
        sysctl_createv(clog, 0, NULL, NULL,
                       CTLFLAG_PERMANENT|CTLFLAG_READWRITE,
-                      CTLTYPE_INT, "clusterread", NULL,
+                      CTLTYPE_INT, "clusterread",
+                      SYSCTL_DESCR( anyone? ),
                       NULL, 0, &doclusterread, 0,
                       CTL_VFS, 18, FFS_CLUSTERREAD, CTL_EOL);
 */



Home | Main Index | Thread Index | Old Index