Merge branch 'linux-have-spl-debug' into refs/top-bases/linux-zfs-branch
This commit is contained in:
commit
7b363155b3
|
@ -538,13 +538,11 @@ extern int zfs_deleg_share_nfs(libzfs_handle_t *, char *, char *,
|
||||||
/*
|
/*
|
||||||
* When dealing with nvlists, verify() is extremely useful
|
* When dealing with nvlists, verify() is extremely useful
|
||||||
*/
|
*/
|
||||||
#ifndef verify
|
|
||||||
#ifdef NDEBUG
|
#ifdef NDEBUG
|
||||||
#define verify(EX) ((void)(EX))
|
#define verify(EX) ((void)(EX))
|
||||||
#else
|
#else
|
||||||
#define verify(EX) assert(EX)
|
#define verify(EX) assert(EX)
|
||||||
#endif /* NDEBUG */
|
#endif
|
||||||
#endif /* verify */
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Utility function to convert a number to a human-readable form.
|
* Utility function to convert a number to a human-readable form.
|
||||||
|
|
Loading…
Reference in New Issue