Revert to original debugging

The ZFS defaults are fine, revert to them.
This commit is contained in:
Brian Behlendorf 2010-06-21 21:34:32 -07:00
parent 03eab0c703
commit 4970b635e8
1 changed files with 0 additions and 5 deletions

View File

@ -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