Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Apr 2009 20:23:08 +0000 (UTC)
From:      Alexander Kabaev <kan@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/kern vfs_cache.c
Message-ID:  <200904112023.n3BKNPvf087995@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kan         2009-04-11 20:23:08 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_cache.c 
  Log:
  SVN rev 190945 on 2009-04-11 20:23:08Z by kan
  
  Fix v_cache_dd handling for negative entries. v_cache_dd pointer was
  not populated in parent directory if negative entry was being
  created, yet entry itself was added to the nc_neg list. It was
  possible for parent vnode to get discarded later, leaving negative
  entry pointing to now unused memory block.
  
  Reported by:    dho
  Revewed by:     kib
  
  Revision  Changes    Path
  1.151     +14 -13    src/sys/kern/vfs_cache.c



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