The patch titled memory-controller-soft-limit-reclaim-on-contention-v9-fix has been removed from the -mm tree. Its filename was memory-controller-soft-limit-reclaim-on-contention-v9-fix.patch This patch was dropped because it was folded into memory-controller-soft-limit-reclaim-on-contention-v9.patch The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: memory-controller-soft-limit-reclaim-on-contention-v9-fix From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> build fix Cc: Balbir Singh <balbir@xxxxxxxxxxxxxxxxxx> Cc: KAMEZAWA Hiroyuki <kamezawa.hiroyu@xxxxxxxxxxxxxx> Cc: KOSAKI Motohiro <kosaki.motohiro@xxxxxxxxxxxxxx> Cc: Li Zefan <lizf@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/memcontrol.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff -puN include/linux/memcontrol.h~memory-controller-soft-limit-reclaim-on-contention-v9-fix include/linux/memcontrol.h --- a/include/linux/memcontrol.h~memory-controller-soft-limit-reclaim-on-contention-v9-fix +++ a/include/linux/memcontrol.h @@ -281,8 +281,7 @@ static inline void mem_cgroup_update_map static inline unsigned long mem_cgroup_soft_limit_reclaim(struct zone *zone, int order, - gfp_t gfp_mask, int nid, - int zid, int priority) + gfp_t gfp_mask, int nid, int zid) { return 0; } _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are origin.patch page-types-add-feature-for-walking-process-address-space.patch memcg-remove-the-overhead-associated-with-the-root-cgroup.patch memcg-add-comments-explaining-memory-barriers.patch memory-controller-soft-limit-reclaim-on-contention-v9.patch memory-controller-soft-limit-reclaim-on-contention-v9-fix.patch memcg-improve-resource-counter-scalability-checkpatch-fixes.patch exec-make-do_coredump-more-resilient-to-recursive-crashes-v9-checkpatch-fixes.patch exec-let-do_coredump-limit-the-number-of-concurrent-dumps-to-pipes-v9-checkpatch-fixes.patch elf-clean-up-fill_note_info-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