Re: [PATCH] mm/mm_heap/mm_mallinfo.c: fix assertion broken in 312ea9f9

2020-02-17 Thread Gregory Nutt
Recent commit supposedly silenced warnings in mm_heap, in fact it botched mm_mallinfo() assertions completely. Attached patch fixes this. Merged.  Thanks! Greg

[PATCH] mm/mm_heap/mm_mallinfo.c: fix assertion broken in 312ea9f9

2020-02-17 Thread Juha Niskanen (Haltian)
:40 +0200 Subject: [PATCH] mm/mm_heap/mm_mallinfo.c: fix assertion broken in 312ea9f9 --- mm/mm_heap/mm_mallinfo.c | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/mm/mm_heap/mm_mallinfo.c b/mm/mm_heap/mm_mallinfo.c index dd980d1..9715aaf 100644 --- a/mm/mm_heap