Remove KM_NODEBUG

Remove dead code to make the implementation easier to understand.

Reviewed-by: Ryan Moeller <ryan@ixsystems.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Matt Ahrens <matt@delphix.com>
Closes #10650
This commit is contained in:
Matthew Ahrens 2020-07-30 13:59:07 -07:00 committed by Brian Behlendorf
parent c6f2b942be
commit 74e994ec63
1 changed files with 0 additions and 1 deletions

View File

@ -46,7 +46,6 @@ MALLOC_DECLARE(M_SOLARIS);
#define KM_SLEEP M_WAITOK #define KM_SLEEP M_WAITOK
#define KM_PUSHPAGE M_WAITOK #define KM_PUSHPAGE M_WAITOK
#define KM_NOSLEEP M_NOWAIT #define KM_NOSLEEP M_NOWAIT
#define KM_NODEBUG M_NODUMP
#define KM_NORMALPRI 0 #define KM_NORMALPRI 0
#define KMC_NODEBUG UMA_ZONE_NODUMP #define KMC_NODEBUG UMA_ZONE_NODUMP