From e956af45d2836a1fb5e7c685664c3e00b6d90500 Mon Sep 17 00:00:00 2001 From: kmacy Date: Fri, 27 Jan 2012 22:24:03 +0000 Subject: add KM_NODEBUG needed by ARC buffer core dump exclusion change --- cddl/contrib/opensolaris/lib/libzpool/common/sys/zfs_context.h | 1 + 1 file changed, 1 insertion(+) diff --git a/cddl/contrib/opensolaris/lib/libzpool/common/sys/zfs_context.h b/cddl/contrib/opensolaris/lib/libzpool/common/sys/zfs_context.h index 472cf7b..fa749d5 100644 --- a/cddl/contrib/opensolaris/lib/libzpool/common/sys/zfs_context.h +++ b/cddl/contrib/opensolaris/lib/libzpool/common/sys/zfs_context.h @@ -331,6 +331,7 @@ extern void cv_broadcast(kcondvar_t *cv); #define KM_NOSLEEP UMEM_DEFAULT #define KMC_NODEBUG UMC_NODEBUG #define KMC_NOTOUCH 0 /* not needed for userland caches */ +#define KM_NODEBUG 0 #define kmem_alloc(_s, _f) umem_alloc(_s, _f) #define kmem_zalloc(_s, _f) umem_zalloc(_s, _f) #define kmem_free(_b, _s) umem_free(_b, _s) -- cgit v1.1