Module Name: src Committed By: hannken Date: Mon Jan 20 07:47:22 UTC 2014
Modified Files: src/sys/kern: vfs_cache.c Log Message: Change cache_prune() to test for end-of-list before testing for an invalid entry. Prevents a lifelock when the end-of-list marker gets invalid while scanning the list and all entries are recent. To generate a diff of this commit: cvs rdiff -u -r1.92 -r1.93 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.