Re: [PATCH TRIVIAL] mm: vmscan: shrink_slab: rename max_pass -> freeable

2014-02-02 Thread David Rientjes
On Sun, 2 Feb 2014, Vladimir Davydov wrote: > The name `max_pass' is misleading, because this variable actually keeps > the estimate number of freeable objects, not the maximal number of > objects we can scan in this pass, which can be twice that. Rename it to > reflect its actual meaning. > > Si

[PATCH TRIVIAL] mm: vmscan: shrink_slab: rename max_pass -> freeable

2014-02-02 Thread Vladimir Davydov
The name `max_pass' is misleading, because this variable actually keeps the estimate number of freeable objects, not the maximal number of objects we can scan in this pass, which can be twice that. Rename it to reflect its actual meaning. Signed-off-by: Vladimir Davydov --- mm/vmscan.c | 26 ++