From a2e9a85481403c0a8990e083f4767bcd774f6dce Mon Sep 17 00:00:00 2001 From: yamt Date: Thu, 1 May 2003 13:14:49 +0000 Subject: [PATCH] remove a part of comment that isn't true anymore. --- sys/kern/vfs_lockf.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/sys/kern/vfs_lockf.c b/sys/kern/vfs_lockf.c index 987335de567a..755f3b2e5939 100644 --- a/sys/kern/vfs_lockf.c +++ b/sys/kern/vfs_lockf.c @@ -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 -__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 #include @@ -91,9 +91,7 @@ static void lf_printlist(char *, struct lockf *); */ /* - * 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