diff options
author | Kip Macy <kmacy@FreeBSD.org> | 2012-01-27 22:24:03 +0000 |
---|---|---|
committer | Kip Macy <kmacy@FreeBSD.org> | 2012-01-27 22:24:03 +0000 |
commit | 7dc322fa146dc2412889480688126bb0ef2132c7 (patch) | |
tree | e80630d20b978af75eb93534c3eebf2c385b42fe /cddl/contrib/opensolaris | |
parent | 733ce5d25e90dd80dfb6f2b41e9ade177d2f7791 (diff) | |
download | src-test2-7dc322fa146dc2412889480688126bb0ef2132c7.tar.gz src-test2-7dc322fa146dc2412889480688126bb0ef2132c7.zip |
Notes
Diffstat (limited to 'cddl/contrib/opensolaris')
-rw-r--r-- | cddl/contrib/opensolaris/lib/libzpool/common/sys/zfs_context.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 472cf7be0af9..fa749d5b18e2 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) |