diff options
author | Konstantin Khlebnikov <khlebnikov@openvz.org> | 2012-05-29 15:06:57 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-05-29 16:22:26 -0700 |
commit | 9e3b2f8cd340e13353a44c9a34caef2848131ed7 (patch) | |
tree | cda727e0e4f87992826075ea75c8519bf8e78034 /mm/percpu.c | |
parent | 3d58ab5c97fa2d145050242137ac39ca7d3bc2fc (diff) | |
download | linux-3.10-9e3b2f8cd340e13353a44c9a34caef2848131ed7.tar.gz linux-3.10-9e3b2f8cd340e13353a44c9a34caef2848131ed7.tar.bz2 linux-3.10-9e3b2f8cd340e13353a44c9a34caef2848131ed7.zip |
mm/vmscan: store "priority" in struct scan_control
In memory reclaim some function have too many arguments - "priority" is
one of them. It can be stored in struct scan_control - we construct them
on the same level. Instead of an open coded loop we set the initial
sc.priority, and do_try_to_free_pages() decreases it down to zero.
Signed-off-by: Konstantin Khlebnikov <khlebnikov@openvz.org>
Cc: Mel Gorman <mel@csn.ul.ie>
Cc: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
Acked-by: Hugh Dickins <hughd@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/percpu.c')
0 files changed, 0 insertions, 0 deletions