Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/kern remove a part of comment that isn't true anymore.
details: https://anonhg.NetBSD.org/src/rev/d78c3237bb7f
branches: trunk
changeset: 546552:d78c3237bb7f
user: yamt <yamt%NetBSD.org@localhost>
date: Thu May 01 13:14:49 2003 +0000
description:
remove a part of comment that isn't true anymore.
diffstat:
sys/kern/vfs_lockf.c | 8 +++-----
1 files changed, 3 insertions(+), 5 deletions(-)
diffs (29 lines):
diff -r 98448b7efe26 -r d78c3237bb7f sys/kern/vfs_lockf.c
--- a/sys/kern/vfs_lockf.c Thu May 01 13:06:59 2003 +0000
+++ b/sys/kern/vfs_lockf.c Thu May 01 13:14:49 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vfs_lockf.c,v 1.25 2003/05/01 13:06:59 yamt Exp $ */
+/* $NetBSD: vfs_lockf.c,v 1.26 2003/05/01 13:14:49 yamt Exp $ */
/*
* Copyright (c) 1982, 1986, 1989, 1993
@@ -39,7 +39,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vfs_lockf.c,v 1.25 2003/05/01 13:06:59 yamt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vfs_lockf.c,v 1.26 2003/05/01 13:14:49 yamt Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -91,9 +91,7 @@
*/
/*
- * XXXSMP TODO: Using either (a) a global lock, or (b) the vnode's
- * interlock should be sufficient; (b) requires a change to the API
- * because the vnode isn't visible here.
+ * XXXSMP TODO: Using the vnode's interlock should be sufficient.
*
* If there's a lot of lock contention on a single vnode, locking
* schemes which allow for more paralleism would be needed. Given how
Home |
Main Index |
Thread Index |
Old Index