Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern remove an obsolete comment. pointed by enami@
details: https://anonhg.NetBSD.org/src/rev/1e455a31dcda
branches: trunk
changeset: 551205:1e455a31dcda
user: yamt <yamt%NetBSD.org@localhost>
date: Mon Sep 01 12:13:55 2003 +0000
description:
remove an obsolete comment. pointed by enami@
diffstat:
sys/kern/vfs_cache.c | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diffs (28 lines):
diff -r 2521df060e96 -r 1e455a31dcda sys/kern/vfs_cache.c
--- a/sys/kern/vfs_cache.c Mon Sep 01 09:38:42 2003 +0000
+++ b/sys/kern/vfs_cache.c Mon Sep 01 12:13:55 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vfs_cache.c,v 1.53 2003/08/08 20:19:56 yamt Exp $ */
+/* $NetBSD: vfs_cache.c,v 1.54 2003/09/01 12:13:55 yamt Exp $ */
/*
* Copyright (c) 1989, 1993
@@ -32,7 +32,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vfs_cache.c,v 1.53 2003/08/08 20:19:56 yamt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vfs_cache.c,v 1.54 2003/09/01 12:13:55 yamt Exp $");
#include "opt_ddb.h"
#include "opt_revcache.h"
@@ -272,8 +272,7 @@
}
/*
- * Check that the lock succeeded, and that the capability number did
- * not change while we were waiting for the lock.
+ * Check that the lock succeeded.
*/
if (error) {
/* XXXSMP - updating stats without lock; do we care? */
Home |
Main Index |
Thread Index |
Old Index