The patch titled memcg-improve-performance-in-moving-swap-charge-fix has been added to the -mm tree. Its filename is memcg-improve-performance-in-moving-swap-charge-fix.patch Before you just go and hit "reply", please: a) Consider who else should be cc'ed b) Prefer to cc a suitable mailing list as well c) Ideally: find the original patch on the mailing list and do a reply-to-all to that, adding suitable additional cc's *** Remember to use Documentation/SubmitChecklist when testing your code *** See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find out what to do about this The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: memcg-improve-performance-in-moving-swap-charge-fix From: Daisuke Nishimura <nishimura@xxxxxxxxxxxxxxxxx> build fix in !CONFIG_CGROUP_MEM_RES_CTLR_SWAP case. CC mm/memcontrol.o mm/memcontrol.c: In function 'mem_cgroup_move_charge_pte_range': mm/memcontrol.c:3899: error: too many arguments to function 'mem_cgroup_move_swap_account' mm/memcontrol.c:3899: error: too many arguments to function 'mem_cgroup_move_swap_account' mm/memcontrol.c:3899: error: too many arguments to function 'mem_cgroup_move_swap_account' make[1]: *** [mm/memcontrol.o] Error 1 make: *** [mm] Error 2 Signed-off-by: Daisuke Nishimura <nishimura@xxxxxxxxxxxxxxxxx> Reported-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx> Cc: Balbir Singh <balbir@xxxxxxxxxxxxxxxxxx> Acked-by: KAMEZAWA Hiroyuki <kamezawa.hiroyu@xxxxxxxxxxxxxx> Cc: Li Zefan <lizf@xxxxxxxxxxxxxx> Cc: Paul Menage <menage@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/memcontrol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN mm/memcontrol.c~memcg-improve-performance-in-moving-swap-charge-fix mm/memcontrol.c --- a/mm/memcontrol.c~memcg-improve-performance-in-moving-swap-charge-fix +++ a/mm/memcontrol.c @@ -2326,7 +2326,7 @@ static int mem_cgroup_move_swap_account( } #else static inline int mem_cgroup_move_swap_account(swp_entry_t entry, - struct mem_cgroup *from, struct mem_cgroup *to) + struct mem_cgroup *from, struct mem_cgroup *to, bool need_fixup) { return -EINVAL; } _ Patches currently in -mm which might be from nishimura@xxxxxxxxxxxxxxxxx are cgroup-introduce-cancel_attach.patch cgroup-introduce-coalesce-css_get-and-css_put.patch memcg-add-interface-to-move-charge-at-task-migration.patch memcg-move-charges-of-anonymous-page.patch memcg-move-charges-of-anonymous-page-cleanup.patch memcg-improve-performance-in-moving-charge.patch memcg-avoid-oom-during-moving-charge.patch memcg-move-charges-of-anonymous-swap.patch memcg-move-charges-of-anonymous-swap-fix.patch memcg-improve-performance-in-moving-swap-charge.patch memcg-improve-performance-in-moving-swap-charge-fix.patch cgroup-implement-eventfd-based-generic-api-for-notifications.patch memcg-extract-mem_group_usage-from-mem_cgroup_read.patch memcg-rework-usage-of-stats-by-soft-limit.patch memcg-implement-memory-thresholds.patch memcg-implement-memory-thresholds-checkpatch-fixes.patch memcg-implement-memory-thresholds-checkpatch-fixes-fix.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html