Module Name:    src
Committed By:   pooka
Date:           Tue Sep 29 11:58:18 UTC 2009

Modified Files:
        src/sys/arch/i386/conf: ALL

Log Message:
remove the tempting VNODE_LOCKDEBUG option


To generate a diff of this commit:
cvs rdiff -u -r1.213 -r1.214 src/sys/arch/i386/conf/ALL

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

Modified files:

Index: src/sys/arch/i386/conf/ALL
diff -u src/sys/arch/i386/conf/ALL:1.213 src/sys/arch/i386/conf/ALL:1.214
--- src/sys/arch/i386/conf/ALL:1.213	Sun Sep 27 12:53:46 2009
+++ src/sys/arch/i386/conf/ALL	Tue Sep 29 11:58:18 2009
@@ -1,4 +1,4 @@
-# $NetBSD: ALL,v 1.213 2009/09/27 12:53:46 tsutsui Exp $
+# $NetBSD: ALL,v 1.214 2009/09/29 11:58:18 pooka Exp $
 # From NetBSD: GENERIC,v 1.787 2006/10/01 18:37:54 bouyer Exp
 #
 # ALL machine description file
@@ -17,7 +17,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"ALL-$Revision: 1.213 $"
+#ident 		"ALL-$Revision: 1.214 $"
 
 maxusers	32		# estimated number of users
 
@@ -194,7 +194,6 @@
 options 	FFS_NO_SNAPSHOT	# No FFS snapshot support
 options 	EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
 				# immutable) behave as system flags.
-options 	VNODE_LOCKDEBUG
 
 # Networking options
 options 	GATEWAY		# packet forwarding

Reply via email to