Remove KMC_NOTOUCH

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:43:18 -07:00
committed by Brian Behlendorf
parent 492db125dc
commit f68af67a0c
4 changed files with 1 additions and 5 deletions
-1
View File
@@ -49,7 +49,6 @@ MALLOC_DECLARE(M_SOLARIS);
#define KM_NODEBUG M_NODUMP
#define KM_NORMALPRI 0
#define KMC_NODEBUG UMA_ZONE_NODUMP
#define KMC_NOTOUCH 0
typedef struct vmem vmem_t;