Source-Changes-HG archive

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

[src/trunk]: src/sys/kern Remove references to SAVESTART and SAVENAME in comm...



details:   https://anonhg.NetBSD.org/src/rev/773f3f3e26af
branches:  trunk
changeset: 760291:773f3f3e26af
user:      dholland <dholland%NetBSD.org@localhost>
date:      Sun Jan 02 06:58:45 2011 +0000

description:
Remove references to SAVESTART and SAVENAME in comments.

diffstat:

 sys/kern/vnode_if.src |  11 +++--------
 1 files changed, 3 insertions(+), 8 deletions(-)

diffs (32 lines):

diff -r 7c7393490e7b -r 773f3f3e26af sys/kern/vnode_if.src
--- a/sys/kern/vnode_if.src     Sun Jan 02 06:25:23 2011 +0000
+++ b/sys/kern/vnode_if.src     Sun Jan 02 06:58:45 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: vnode_if.src,v 1.59 2010/06/24 12:58:48 hannken Exp $
+#      $NetBSD: vnode_if.src,v 1.60 2011/01/02 06:58:45 dholland Exp $
 #
 # Copyright (c) 1992, 1993
 #      The Regents of the University of California.  All rights reserved.
@@ -77,9 +77,6 @@
 #          Typically, if *vpp == dvp, you need to release twice, but
 #          unlock only once.
 #
-#     See sys/sys/namei.h for a description of the SAVENAME and SAVESTART
-#          flags.
-#
 vop_lookup {
        IN struct vnode *dvp;
        OUT WILLMAKE struct vnode **vpp;
@@ -284,10 +281,8 @@
 #% rename     tdvp    L U U
 #% rename     tvp     X U U
 #
-#! rename fcnp DELETE, LOCKPARENT | SAVESTART
-#! rename tcnp RENAME, LOCKPARENT | LOCKLEAF | NOCACHE | SAVESTART
-#
-# XXX the vop_rename routines should REALLY NOT be depending on SAVESTART!
+#! rename fcnp DELETE, LOCKPARENT
+#! rename tcnp RENAME, LOCKPARENT | LOCKLEAF | NOCACHE
 #
 vop_rename {
        IN LOCKED=NO WILLRELE struct vnode *fdvp;



Home | Main Index | Thread Index | Old Index