Module Name:    src
Committed By:   ober
Date:           Sun Jan  3 11:33:13 UTC 2010

Modified Files:
        src/external/cddl/osnet/sys/sys: kmem.h

Log Message:
Make sure the comment is specific to being a hack and that it needs to be 
pulled before production release and the real issues with UVM and ZFS need to 
be resolved.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/cddl/osnet/sys/sys/kmem.h

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

Modified files:

Index: src/external/cddl/osnet/sys/sys/kmem.h
diff -u src/external/cddl/osnet/sys/sys/kmem.h:1.2 src/external/cddl/osnet/sys/sys/kmem.h:1.3
--- src/external/cddl/osnet/sys/sys/kmem.h:1.2	Sun Jan  3 10:50:06 2010
+++ src/external/cddl/osnet/sys/sys/kmem.h	Sun Jan  3 11:33:13 2010
@@ -1,5 +1,5 @@
 
-/*	$NetBSD: kmem.h,v 1.2 2010/01/03 10:50:06 ober Exp $	*/
+/*	$NetBSD: kmem.h,v 1.3 2010/01/03 11:33:13 ober Exp $	*/
 
 /*-
  * Copyright (c) 2009 The NetBSD Foundation, Inc.
@@ -67,7 +67,7 @@
 #define	kmem_cache_free(cache, buf)		pool_cache_put(cache, buf)
 #define	kmem_cache_reap_now(cache)		pool_cache_invalidate(cache)
 
-#define	KM_PUSHPAGE	KM_SLEEP	/* XXXNETBSD XXX to prevent the crashes currently seen.*/
+#define	KM_PUSHPAGE	KM_SLEEP	/* XXXNETBSD XXX HACK to prevent the crashes currently seen. Should be revisited once the uvm issues with zfs are fixed. */
 #define	KMC_NODEBUG	0x00
 
 #endif	/* _OPENSOLARIS_SYS_KMEM_H_ */

Reply via email to