Module Name:    src
Committed By:   dholland
Date:           Sun Jan  2 06:58:46 UTC 2011

Modified Files:
        src/sys/kern: vnode_if.src

Log Message:
Remove references to SAVESTART and SAVENAME in comments.


To generate a diff of this commit:
cvs rdiff -u -r1.59 -r1.60 src/sys/kern/vnode_if.src

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/kern/vnode_if.src
diff -u src/sys/kern/vnode_if.src:1.59 src/sys/kern/vnode_if.src:1.60
--- src/sys/kern/vnode_if.src:1.59	Thu Jun 24 12:58:48 2010
+++ src/sys/kern/vnode_if.src	Sun Jan  2 06:58:45 2011
@@ -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;

Reply via email to