K 10 svn:author V 3 kib K 8 svn:date V 27 2009-04-16T09:57:08.082601Z K 7 svn:log V 519 Verify that '..' still exists with the same inode number after VFS_VGET() has returned in ufs_lookup(). If the '..' lookup started immediately before the parent directory was removed, we might return either cleared or unrelated inode otherwise. Ufs_lookup() is split into new function ufs_lookup_() that either does lookup, or verifies that directory entry exists and references supplied inode number. Reviewed by: tegge Tested by: pho, Andreas Tobler (previous version) MFC after: 1 month END