aboutsummaryrefslogtreecommitdiffstats
path: root/mm/memcontrol.c
diff options
context:
space:
mode:
Diffstat (limited to 'mm/memcontrol.c')
-rw-r--r--mm/memcontrol.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mm/memcontrol.c b/mm/memcontrol.c
index 3508777837c7..2d5755544afe 100644
--- a/mm/memcontrol.c
+++ b/mm/memcontrol.c
@@ -1185,7 +1185,8 @@ mem_cgroup_get_reclaim_stat_from_page(struct page *page)
1185unsigned long mem_cgroup_isolate_pages(unsigned long nr_to_scan, 1185unsigned long mem_cgroup_isolate_pages(unsigned long nr_to_scan,
1186 struct list_head *dst, 1186 struct list_head *dst,
1187 unsigned long *scanned, int order, 1187 unsigned long *scanned, int order,
1188 int mode, struct zone *z, 1188 isolate_mode_t mode,
1189 struct zone *z,
1189 struct mem_cgroup *mem_cont, 1190 struct mem_cgroup *mem_cont,
1190 int active, int file) 1191 int active, int file)
1191{ 1192{