The patch titled Subject: mm-simplify-lock_page_memcg-fix has been removed from the -mm tree. Its filename was mm-simplify-lock_page_memcg-fix.patch This patch was dropped because it was folded into mm-simplify-lock_page_memcg.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-simplify-lock_page_memcg-fix In file included from include/linux/swap.h:8, from include/linux/suspend.h:4, from arch/x86/kernel/asm-offsets.c:12: include/linux/memcontrol.h: In function 'lock_page_memcg': include/linux/memcontrol.h:666: warning: 'return' with a value, in function returning void In file included from include/linux/swap.h:8, from mm/mlock.c:11: include/linux/memcontrol.h: In function 'lock_page_memcg': include/linux/memcontrol.h:666: warning: 'return' with a value, in function returning void Cc: Johannes Weiner <hannes@xxxxxxxxxxx> Cc: Michal Hocko <mhocko@xxxxxxx> Cc: Vladimir Davydov <vdavydov@xxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/memcontrol.h | 1 - 1 file changed, 1 deletion(-) diff -puN include/linux/memcontrol.h~mm-simplify-lock_page_memcg-fix include/linux/memcontrol.h --- a/include/linux/memcontrol.h~mm-simplify-lock_page_memcg-fix +++ a/include/linux/memcontrol.h @@ -663,7 +663,6 @@ mem_cgroup_print_oom_info(struct mem_cgr static inline void lock_page_memcg(struct page *page) { - return NULL; } static inline void unlock_page_memcg(struct page *page) _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are i-need-old-gcc.patch fs-mpagec-mpage_readpages-use-lru_to_page-helper.patch mm-page_allocc-rework-code-layout-in-memmap_init_zone.patch mm-simplify-lock_page_memcg.patch mm-compaction-speed-up-pageblock_pfn_to_page-when-zone-is-contiguous-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