Module Name:    src
Committed By:   yamt
Date:           Sun Aug 16 10:51:21 UTC 2009

Modified Files:
        src/sys/sys: vnode.h

Log Message:
remove a stale comment.


To generate a diff of this commit:
cvs rdiff -u -r1.208 -r1.209 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.208 src/sys/sys/vnode.h:1.209
--- src/sys/sys/vnode.h:1.208	Sat Jul 18 16:31:44 2009
+++ src/sys/sys/vnode.h	Sun Aug 16 10:51:21 2009
@@ -1,4 +1,4 @@
-/*	$NetBSD: vnode.h,v 1.208 2009/07/18 16:31:44 reinoud Exp $	*/
+/*	$NetBSD: vnode.h,v 1.209 2009/08/16 10:51:21 yamt Exp $	*/
 
 /*-
  * Copyright (c) 2008 The NetBSD Foundation, Inc.
@@ -217,8 +217,6 @@
 #define	VV_MPSAFE	0x00000010	/* file system code is MP safe */
 #define	VV_LOCKSWORK	0x00000020	/* FS supports locking discipline */
 
-/* XXXAD ALIASED should be covered by spec lock? */
-
 /*
  * The second set are locked by vp->v_interlock.
  */

Reply via email to