Re: [PATCH 1/3] mm: vmscan: shrink_slab: rename max_pass -> freeable

2014-01-21 Thread Vladimir Davydov
On 01/22/2014 02:22 AM, David Rientjes wrote: > On Fri, 17 Jan 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 tha

Re: [PATCH 1/3] mm: vmscan: shrink_slab: rename max_pass -> freeable

2014-01-21 Thread David Rientjes
On Fri, 17 Jan 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. > > S

[PATCH 1/3] mm: vmscan: shrink_slab: rename max_pass -> freeable

2014-01-17 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 Cc: Andrew Morton Cc: Mel