K 10 svn:author V 2 dg K 8 svn:date V 27 1995-06-02T11:01:07.000000Z K 7 svn:log V 660 Don't trash the denode cache entry for the source when renaming a directory in the newparent case. For directories, the pseudo-inode number (de_dirclust, de_diroffset) is canonicalized to be (first cluster in directory, 0), so it doesn't change when directories are renamed. This was only partly handled by not doing anything for directories in reinsert(). It is hard to demonstrate bad effects of this bug. You can see an unnecessary cache miss by tracing msdosfs_hashget(). The cache entry is usually left on the wrong hash chain so it is very unlikely to match anything, and bogus cache entries go away in msdosfs_reclaim(). Submitted by: Bruce Evans END