K 10 svn:author V 3 jhb K 8 svn:date V 27 2012-03-23T18:29:28.223588Z K 7 svn:log V 355 MFC 232401: Similar to the fixes in 226967 and 226987, purge any name cache entries associated with the previous vnode (if any) associated with the target of a rename(). Otherwise, a lookup of the target pathname concurrent with a rename() could re-add a name cache entry after the namei(RENAME) lookup in kern_renameat() had purged the target pathname. END