Module Name: src Committed By: ad Date: Mon Mar 23 18:37:31 UTC 2020
Modified Files: src/sys/kern: vfs_cache.c Log Message: Fix a race between cache_enter() and cache_lookup(). Make sure the cache entry is fully constructed before it appears on a vnode list. To generate a diff of this commit: cvs rdiff -u -r1.129 -r1.130 src/sys/kern/vfs_cache.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.