Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Chuck Silvers <chs@netbsd.org>
List: source-changes
Date: 11/24/2000 07:02:23
Module Name: syssrc
Committed By: chs
Date: Fri Nov 24 05:02:23 UTC 2000
Modified Files:
syssrc/sys/kern: vfs_cache.c
Log Message:
change cache_purgevfs() from O(N^2) to O(N).
use queue.h macros where possible.
To generate a diff of this commit:
cvs rdiff -r1.26 -r1.27 syssrc/sys/kern/vfs_cache.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.