The patch titled Subject: memcg-fix-thresholds-for-32b-architectures-fix has been removed from the -mm tree. Its filename was memcg-fix-thresholds-for-32b-architectures-fix.patch This patch was dropped because it was folded into memcg-fix-thresholds-for-32b-architectures.patch ------------------------------------------------------ From: Michal Hocko <mhocko@xxxxxxxxxx> Subject: memcg-fix-thresholds-for-32b-architectures-fix Cc: Ben Hutchings <ben@xxxxxxxxxxxxxxx> Cc: Vladimir Davydov <vdavydov@xxxxxxxxxxxxx> Cc: Johannes Weiner <hannes@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/memcontrol.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN mm/memcontrol.c~memcg-fix-thresholds-for-32b-architectures-fix mm/memcontrol.c --- a/mm/memcontrol.c~memcg-fix-thresholds-for-32b-architectures-fix +++ a/mm/memcontrol.c @@ -2803,7 +2803,7 @@ static unsigned long tree_stat(struct me static inline unsigned long mem_cgroup_usage(struct mem_cgroup *memcg, bool swap) { - u64 val; + unsigned long val; if (mem_cgroup_is_root(memcg)) { val = tree_stat(memcg, MEM_CGROUP_STAT_CACHE); _ Patches currently in -mm which might be from mhocko@xxxxxxxxxx are memcg-fix-thresholds-for-32b-architectures.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