zfs: allow both DEBUG and ZFS_DEBUG to be defined on command line

Discussed with:	pjd
MFC after:	10 days
This commit is contained in:
avg 2012-09-18 08:00:56 +00:00
parent 2e8dd1a520
commit 63f3204e0b

View File

@ -43,8 +43,10 @@ extern "C" {
*/
#if defined(DEBUG) || !defined(_KERNEL)
#if !defined(ZFS_DEBUG)
#define ZFS_DEBUG
#endif
#endif
extern int zfs_flags;