Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: src/sys/kern
Module Name: src
Committed By: yamt
Date: Fri Jan 16 06:59:22 UTC 2009
Modified Files:
src/sys/kern: vfs_cache.c
Log Message:
cache_prune: use (a - b > 0) rather than (a > b) to compare ticks.
To generate a diff of this commit:
cvs rdiff -r1.80 -r1.81 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.
Home |
Main Index |
Thread Index |
Old Index