Module Name: src
Committed By: riz
Date: Tue Jun 21 17:28:11 UTC 2011
Modified Files:
src/sys/sys: vnode.h
Log Message:
The referred-to comment was moved to vfs_vnode.c; update the pointer.
To generate a diff of this commit:
cvs rdiff -u -r1.231 -r1.232 src/sys/sys/vnode.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/sys/vnode.h
diff -u src/sys/sys/vnode.h:1.231 src/sys/sys/vnode.h:1.232
--- src/sys/sys/vnode.h:1.231 Sun Jun 12 03:36:00 2011
+++ src/sys/sys/vnode.h Tue Jun 21 17:28:11 2011
@@ -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