From 06e7b7c7fa44b15d912f5de4825ba3897749c87d Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Sat, 11 Jul 2020 13:40:27 -0700 Subject: [PATCH] remove a use of Vmdcsbrk discipline The discipline is no longer used in vmalloc. --- lib/vmalloc/vmbest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vmalloc/vmbest.c b/lib/vmalloc/vmbest.c index 3a0ebf89f..96d778b00 100644 --- a/lib/vmalloc/vmbest.c +++ b/lib/vmalloc/vmbest.c @@ -217,7 +217,7 @@ static Vmalloc_t _Vmheap = { VM_MTBEST}, NIL(char *), /* file */ 0, /* line */ - &_Vmdcsbrk, /* disc */ + NULL, /* disc */ &_Vmdata, /* data */ NIL(Vmalloc_t *) /* next */ }; -- 2.40.0