Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Jun 1995 04:03:17 -0700
From:      David Greenman <davidg>
To:        CVS-commiters, cvs-sys
Subject:   cvs commit: src/sys/msdosfs msdosfs_vnops.c
Message-ID:  <199506021103.EAA21304@freefall.cdrom.com>

next in thread | raw e-mail | index | archive | help
davidg      95/06/02 04:03:17

  Modified:    sys/msdosfs  msdosfs_vnops.c
  Log:
  Purge the namei cache for the (parent of the) target when renaming a
  directory to a (non-empty) directory.
  
  I don't remember how to demonstrate bad effects from not doing this.
  They may be more likely for the !newparent case, but that isn't fixed
  yet (rename("d", "e") renames the "." entry in "d" as "e")).
  
  Obtained from:	ufs and NetBSD
  Submitted by:	Bruce Evans



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