]> git.baikalelectronics.ru Git - kernel.git/commit
mm: vmscan: shrink_slab: rename max_pass -> freeable
authorVladimir Davydov <vdavydov@parallels.com>
Thu, 3 Apr 2014 21:47:32 +0000 (14:47 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 3 Apr 2014 23:21:00 +0000 (16:21 -0700)
commit52063062ce64bc3b1e3d2495b75e9a17d0f93cab
treeaabd10454570bc8602867ce650344e2025b0569e
parent7505e43de424d2a36924da4ab2772234f9effe22
mm: vmscan: shrink_slab: rename max_pass -> freeable

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 <vdavydov@parallels.com>
Acked-by: David Rientjes <rientjes@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/vmscan.c