Source-Changes-HG archive

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

[src/netbsd-2-0]: src/sys/ufs/ext2fs Pull up revision 1.71 (requested by atat...



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

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

diffstat:

 sys/ufs/ext2fs/ext2fs_vfsops.c |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (28 lines):

diff -r 224e0289ab4a -r def0583514e2 sys/ufs/ext2fs/ext2fs_vfsops.c
--- a/sys/ufs/ext2fs/ext2fs_vfsops.c    Sat May 29 09:03:28 2004 +0000
+++ b/sys/ufs/ext2fs/ext2fs_vfsops.c    Sat May 29 09:03:35 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ext2fs_vfsops.c,v 1.66 2004/03/24 15:34:55 atatat Exp $        */
+/*     $NetBSD: ext2fs_vfsops.c,v 1.66.2.1 2004/05/29 09:03:35 tron Exp $      */
 
 /*
  * Copyright (c) 1989, 1991, 1993, 1994
@@ -65,7 +65,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ext2fs_vfsops.c,v 1.66 2004/03/24 15:34:55 atatat Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ext2fs_vfsops.c,v 1.66.2.1 2004/05/29 09:03:35 tron Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_compat_netbsd.h"
@@ -1070,7 +1070,8 @@
                       CTL_VFS, CTL_EOL);
        sysctl_createv(clog, 0, NULL, NULL,
                       CTLFLAG_PERMANENT,
-                      CTLTYPE_NODE, "ext2fs", NULL,
+                      CTLTYPE_NODE, "ext2fs",
+                      SYSCTL_DESCR("Linux EXT2FS file system"),
                       NULL, 0, NULL, 0,
                       CTL_VFS, 17, CTL_EOL);
        /*



Home | Main Index | Thread Index | Old Index