mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
9f614af4cf
commit
ea559fb573
1 changed files with 2 additions and 0 deletions
|
|
@ -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…
Reference in a new issue