Source-Changes-HG archive

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

[src/trunk]: src/sys/sys The referred-to comment was moved to vfs_vnode.c; up...



details:   https://anonhg.NetBSD.org/src/rev/f2a02fc317a5
branches:  trunk
changeset: 766400:f2a02fc317a5
user:      riz <riz%NetBSD.org@localhost>
date:      Tue Jun 21 17:28:11 2011 +0000

description:
The referred-to comment was moved to vfs_vnode.c; update the pointer.

diffstat:

 sys/sys/vnode.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 51274ac6f039 -r f2a02fc317a5 sys/sys/vnode.h
--- a/sys/sys/vnode.h   Tue Jun 21 17:17:27 2011 +0000
+++ b/sys/sys/vnode.h   Tue Jun 21 17:28:11 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vnode.h,v 1.231 2011/06/12 03:36:00 rmind Exp $        */
+/*     $NetBSD: vnode.h,v 1.232 2011/06/21 17:28:11 riz Exp $  */
 
 /*-
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -228,7 +228,7 @@
 #define        VSIZENOTSET     ((voff_t)-1)
 
 /*
- * v_usecount; see the comment in vfs_subr.c
+ * v_usecount; see the comment near the top of vfs_vnode.c
  */
 #define        VC_XLOCK        0x80000000
 #define        VC_MASK         0x7fffffff



Home | Main Index | Thread Index | Old Index