The patch titled Subject: mm-page_alloc-enable-pcpu_drain-with-zone-capability-fix has been removed from the -mm tree. Its filename was mm-page_alloc-enable-pcpu_drain-with-zone-capability-fix.patch This patch was dropped because it was folded into mm-page_alloc-enable-pcpu_drain-with-zone-capability.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-page_alloc-enable-pcpu_drain-with-zone-capability-fix avoid 80-col tricks Cc: David Hildenbrand <david@xxxxxxxxxx> Cc: Michal Hocko <mhocko@xxxxxxxx> Cc: Oscar Salvador <osalvador@xxxxxxx> Cc: Wei Yang <richard.weiyang@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/page_alloc.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) --- a/mm/page_alloc.c~mm-page_alloc-enable-pcpu_drain-with-zone-capability-fix +++ a/mm/page_alloc.c @@ -2783,8 +2783,10 @@ void drain_local_pages(struct zone *zone static void drain_local_pages_wq(struct work_struct *work) { - struct pcpu_drain *drain = - container_of(work, struct pcpu_drain, work); + struct pcpu_drain *drain; + + drain = container_of(work, struct pcpu_drain, work); + /* * drain_all_pages doesn't use proper cpu hotplug protection so * we can race with cpu offline when the WQ can move this from _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-page_alloc-enable-pcpu_drain-with-zone-capability.patch mm-migrate-provide-buffer_migrate_page_norefs-fix.patch