Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Jan 1997 05:16:11 -0800 (PST)
From:      Bruce Evans <bde>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/kern vfs_subr.c src/sys/sys vnode.h src/sys/conf options param.c src/sys/i386/conf LINT
Message-ID:  <199701161316.FAA20488@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         97/01/16 05:16:11

  Modified:    sys/conf  options param.c
               sys/i386/conf  LINT
               sys/kern  vfs_subr.c
               sys/sys   vnode.h
  Log:
  Removed option EXTRAVNODES.  All versions of FreeBSD-2.x have a sysctl
  variable `kern.maxvnodes' which gives much better control over vnode
  allocation than EXTRAVNODES (except in -current between 1995/10/28 and
  1996/11/12, kern.maxvnodes was read-only and thus useless).
  
  Revision  Changes    Path
  1.25      +1 -1      src/sys/conf/options
  1.23      +0 -5      src/sys/conf/param.c
  1.307     +0 -10     src/sys/i386/conf/LINT
  1.68      +1 -1      src/sys/kern/vfs_subr.c
  1.39      +0 -1      src/sys/sys/vnode.h



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