Source-Changes-HG archive

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

[src/trunk]: src/sys/sys Remove bogus comment.



details:   https://anonhg.NetBSD.org/src/rev/2b11a6f1c350
branches:  trunk
changeset: 535312:2b11a6f1c350
user:      soren <soren%NetBSD.org@localhost>
date:      Wed Aug 14 18:31:36 2002 +0000

description:
Remove bogus comment.

diffstat:

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

diffs (30 lines):

diff -r 828d9e2e4d83 -r 2b11a6f1c350 sys/sys/vnode.h
--- a/sys/sys/vnode.h   Wed Aug 14 17:02:07 2002 +0000
+++ b/sys/sys/vnode.h   Wed Aug 14 18:31:36 2002 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vnode.h,v 1.94 2002/01/09 00:18:02 deberg Exp $        */
+/*     $NetBSD: vnode.h,v 1.95 2002/08/14 18:31:36 soren Exp $ */
 
 /*
  * Copyright (c) 1989, 1993
@@ -70,10 +70,6 @@
        VT_OVERLAY, VT_SMBFS
 };
 
-/*
- * Each underlying filesystem allocates its own private area and hangs
- * it from v_data.  If non-null, this area is freed in getnewvnode().
- */
 LIST_HEAD(buflists, buf);
 
 /*
@@ -82,6 +78,9 @@
  * v_mntvnodes is locked by the global mntvnodes simple lock.
  * v_flag, v_usecount, v_holdcount and v_writecount are
  *     locked by the v_interlock simple lock
+ *
+ * Each underlying filesystem allocates its own private area and hangs
+ * it from v_data.
  */
 struct vnode {
        struct uvm_object v_uobj;               /* the VM object */



Home | Main Index | Thread Index | Old Index