Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Sep 1997 02:20:20 -0700 (PDT)
From:      Poul-Henning Kamp <phk@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/kern vfs_cache.c
Message-ID:  <199709030920.CAA19786@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
phk         1997/09/03 02:20:19 PDT

  Modified files:
    sys/kern             vfs_cache.c 
  Log:
  Use 2^N hash sizes rather than primesize, this replaces a division
  with an and. (Submitted by davidg)
  
  Preemptively record ".." values.
  
  Reviewed by:	phk
  
  Revision  Changes    Path
  1.30      +10 -12    src/sys/kern/vfs_cache.c



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