Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 17 Feb 1997 20:58:16 -0800 (PST)
From:      Bruce Evans <bde>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/kern vfs_init.c
Message-ID:  <199702180458.UAA16804@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         97/02/17 20:58:16

  Modified:    sys/kern  vfs_init.c
  Log:
  Changed `#ifdef COMPAT_PRELITE2' to `#ifndef NO_COMPAT_PRELITE2' so that
  the old VFS_VFSCONF sysctl is enabled by default.
  
  Initialize the vfc_vfsops field to non-NULL in sysctl_ovfs_conf()
  so that the old VFS_VFSCONF sysctl actually works.  The old (still
  current) getvfsent.c uses this "kernel-only" field to decide which
  vfs's are configured (the old implementation returned null entries
  for unconfigured vfs's).
  
  Revision  Changes    Path
  1.23      +3 -3      src/sys/kern/vfs_init.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199702180458.UAA16804>