Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 30 Dec 2008 12:51:14 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/kern vfs_cache.c
Message-ID:  <200812301251.mBUCpP3b095187@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
kib         2008-12-30 12:51:14 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_cache.c 
  Log:
  SVN rev 186600 on 2008-12-30 12:51:14Z by kib
  
  In r185557, the check for existing negative entry for the given name
  did not compared nc_dvp with supplied parent directory vnode pointer.
  Add the check and note that now branches for vp != NULL and vp == NULL
  are the same, thus can be merged.
  
  Reported and reviewed by:       kan
  Tested by:      pho
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.132     +11 -22    src/sys/kern/vfs_cache.c



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