Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern Tiny comment update.
details: https://anonhg.NetBSD.org/src/rev/ceb8eed3cd51
branches: trunk
changeset: 484031:ceb8eed3cd51
user: soren <soren%NetBSD.org@localhost>
date: Thu Mar 23 14:32:41 2000 +0000
description:
Tiny comment update.
diffstat:
sys/kern/vfs_cache.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (22 lines):
diff -r bb58566b6501 -r ceb8eed3cd51 sys/kern/vfs_cache.c
--- a/sys/kern/vfs_cache.c Thu Mar 23 13:57:58 2000 +0000
+++ b/sys/kern/vfs_cache.c Thu Mar 23 14:32:41 2000 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vfs_cache.c,v 1.21 1999/09/10 23:24:23 mycroft Exp $ */
+/* $NetBSD: vfs_cache.c,v 1.22 2000/03/23 14:32:41 soren Exp $ */
/*
* Copyright (c) 1989, 1993
@@ -433,9 +433,9 @@
* Cache flush, a whole filesystem; called when filesys is umounted to
* remove entries that would now be invalid
*
- * The line "nxtcp = nchhead" near the end is to avoid potential problems
- * if the cache lru chain is modified while we are dumping the
- * inode. This makes the algorithm O(n^2), but do you think I care?
+ * The line "nxtcp = nclruhead.tqh_first" near the end is to avoid potential
+ * problems if the cache lru chain is modified while we are dumping the inode.
+ * This makes the algorithm O(n^2), but do you think I care?
*/
void
cache_purgevfs(mp)
Home |
Main Index |
Thread Index |
Old Index