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:
parent
c6f2b942be
commit
74e994ec63
|
@ -46,7 +46,6 @@ MALLOC_DECLARE(M_SOLARIS);
|
|||
#define KM_SLEEP M_WAITOK
|
||||
#define KM_PUSHPAGE M_WAITOK
|
||||
#define KM_NOSLEEP M_NOWAIT
|
||||
#define KM_NODEBUG M_NODUMP
|
||||
#define KM_NORMALPRI 0
|
||||
#define KMC_NODEBUG UMA_ZONE_NODUMP
|
||||
|
||||
|
|
Loading…
Reference in New Issue