Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/kern update to match with the recent reality: getpages d...



details:   https://anonhg.NetBSD.org/src/rev/0c39d6f4078b
branches:  trunk
changeset: 567001:0c39d6f4078b
user:      yamt <yamt%NetBSD.org@localhost>
date:      Thu May 27 12:49:09 2004 +0000

description:
update to match with the recent reality: getpages doesn't care about
vnode locks.

diffstat:

 sys/kern/vnode_if.src |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 41e87b031b05 -r 0c39d6f4078b sys/kern/vnode_if.src
--- a/sys/kern/vnode_if.src     Thu May 27 11:26:33 2004 +0000
+++ b/sys/kern/vnode_if.src     Thu May 27 12:49:09 2004 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: vnode_if.src,v 1.38 2004/01/25 18:02:04 hannken Exp $
+#      $NetBSD: vnode_if.src,v 1.39 2004/05/27 12:49:09 yamt Exp $
 #
 # Copyright (c) 1992, 1993
 #      The Regents of the University of California.  All rights reserved.
@@ -576,7 +576,7 @@
 #};
 
 #
-#% getpages    vp L L L
+#% getpages    vp = = =
 #
 vop_getpages {
        IN struct vnode *vp;



Home | Main Index | Thread Index | Old Index