From: Vladimir Davydov Date: Thu, 3 Apr 2014 21:47:32 +0000 (-0700) Subject: mm: vmscan: shrink_slab: rename max_pass -> freeable X-Git-Tag: v3.15-rc1~106^2~172 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d5bc5fd3fcb7b8dfb431694a8c8052466504c10c;p=pandora-kernel.git 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 Acked-by: David Rientjes Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed