jeff 2005-03-29 09:58:41 UTC FreeBSD src repository Modified files: sys/kern vfs_cache.c Log: - Invalidate the childrens v_dd pointers when we cache_purge() a directory. Otherwise the stale pointer may be accessed after a vnode is freed. Sponsored by: Isilon Systems, Inc. Revision Changes Path 1.94 +15 -8 src/sys/kern/vfs_cache.c