Re: [RFC PATCH 0/5] kmalloc-reclaimable caches

From: Matthew Wilcox
Date: Fri May 25 2018 - 07:00:51 EST


On Thu, May 24, 2018 at 11:40:59AM -0700, Randy Dunlap wrote:
> >> while (size > 1024) {
>
> I would use (size >= 1024)
> so that 1M is printed instead of 1024K.

Yes; that's what I meant to type. Thanks!