Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Mar 2005 03:01:37 +0000 (UTC)
From:      David Schultz <das@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern vfs_cache.c vfs_subr.c
Message-ID:  <200503300301.j2U31bGG093060@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
das         2005-03-30 03:01:37 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_cache.c vfs_subr.c 
  Log:
  Eliminate v_id and v_ddid.  The name cache now holds references to
  vnodes whose names it caches, so we no longer need a `generation
  number' to tell us if a referenced vnode is invalid.  Replace the use
  of the parent's v_id in the hash function with the address of the
  parent vnode.
  
  Tested by:      Peter Holm
  Glanced at by:  jeff, phk
  
  Revision  Changes    Path
  1.98      +10 -36    src/sys/kern/vfs_cache.c
  1.606     +1 -2      src/sys/kern/vfs_subr.c



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