lkml.org 
[lkml]   [2023]   [Mar]   [3]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCHv3 2/4] zsmalloc: fine-grained inuse ratio based fullness grouping
On Fri, 3 Mar 2023 08:58:55 -0800 Yosry Ahmed <yosryahmed@google.com> wrote:

> > > + for (fg = ZS_INUSE_RATIO_70; fg <= ZS_INUSE_RATIO_99; fg++)
> > > + class_almost_full = zs_stat_get(class, fg);
> > > + for (fg = ZS_INUSE_RATIO_10; fg < ZS_INUSE_RATIO_70; fg++)
> > > + class_almost_empty = zs_stat_get(class, fg);
> >
> > Aren't these supposed to be += ?
>
> Looks like they are removed by a following patch anyway.

I'll fix that up anyway, to avoid a bisection hole. And in case [patch 4/4]
gets dropped from the series or is later reverted or whatever.

\
 
 \ /
  Last update: 2023-03-27 00:43    [W:3.740 / U:0.184 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site