From 4970b635e83b0eb53326db040f94c034d815f213 Mon Sep 17 00:00:00 2001 From: Brian Behlendorf Date: Mon, 21 Jun 2010 21:34:32 -0700 Subject: [PATCH] Revert to original debugging The ZFS defaults are fine, revert to them. --- module/zfs/spa_misc.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/module/zfs/spa_misc.c b/module/zfs/spa_misc.c index 6763ae8c9b..3999bf7032 100644 --- a/module/zfs/spa_misc.c +++ b/module/zfs/spa_misc.c @@ -233,13 +233,8 @@ kmem_cache_t *spa_buffer_pool; int spa_mode_global; #ifdef ZFS_DEBUG -#if defined(_KERNEL) && defined(HAVE_SPL) -/* All filtering done by the SPL */ -int zfs_flags = ~0; -#else /* Everything except dprintf is on by default in debug builds */ int zfs_flags = ~ZFS_DEBUG_DPRINTF; -#endif #else int zfs_flags = 0; #endif