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:
parent
2e8dd1a520
commit
63f3204e0b
@ -43,8 +43,10 @@ extern "C" {
|
||||
*/
|
||||
|
||||
#if defined(DEBUG) || !defined(_KERNEL)
|
||||
#if !defined(ZFS_DEBUG)
|
||||
#define ZFS_DEBUG
|
||||
#endif
|
||||
#endif
|
||||
|
||||
extern int zfs_flags;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user