]> Git Repo - linux.git/commit
mm, vmscan: avoid passing in classzone_idx unnecessarily to shrink_node
authorMel Gorman <[email protected]>
Thu, 28 Jul 2016 22:46:35 +0000 (15:46 -0700)
committerLinus Torvalds <[email protected]>
Thu, 28 Jul 2016 23:07:41 +0000 (16:07 -0700)
commit970a39a36393228f99926ede1b01bc8f5882a0fd
tree712e318eb14177205d1f841391c26079ab2b6dd7
parenta5f5f91da6ad647fb0cc7fce0e17343c0d1c5a9a
mm, vmscan: avoid passing in classzone_idx unnecessarily to shrink_node

shrink_node receives all information it needs about classzone_idx from
sc->reclaim_idx so remove the aliases.

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Mel Gorman <[email protected]>
Acked-by: Hillf Danton <[email protected]>
Acked-by: Johannes Weiner <[email protected]>
Acked-by: Vlastimil Babka <[email protected]>
Cc: Joonsoo Kim <[email protected]>
Cc: Michal Hocko <[email protected]>
Cc: Minchan Kim <[email protected]>
Cc: Rik van Riel <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
mm/vmscan.c
This page took 0.042899 seconds and 4 git commands to generate.