The patch titled mm-restore-zone-all_unreclaimable-to-independence-word-fix-2 has been removed from the -mm tree. Its filename was mm-restore-zone-all_unreclaimable-to-independence-word-fix-2.patch This patch was dropped because it was folded into mm-restore-zone-all_unreclaimable-to-independence-word.patch The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: mm-restore-zone-all_unreclaimable-to-independence-word-fix-2 From: KOSAKI Motohiro <kosaki.motohiro@xxxxxxxxxxxxxx> Sure. page allocator obviously touch zone->lock at first. Incremental patch is here. Cc: David Rientjes <rientjes@xxxxxxxxxx> Cc: Huang Shijie <shijie8@xxxxxxxxx> Cc: KAMEZAWA Hiroyuki <kamezawa.hiroyu@xxxxxxxxxxxxxx> Cc: KOSAKI Motohiro <kosaki.motohiro@xxxxxxxxxxxxxx> Cc: Minchan Kim <minchan.kim@xxxxxxxxx> Cc: Wu Fengguang <fengguang.wu@xxxxxxxxx> Cc: Mel Gorman <mel@xxxxxxxxx> Cc: Rik van Riel <riel@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/mmzone.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN include/linux/mmzone.h~mm-restore-zone-all_unreclaimable-to-independence-word-fix-2 include/linux/mmzone.h --- a/include/linux/mmzone.h~mm-restore-zone-all_unreclaimable-to-independence-word-fix-2 +++ a/include/linux/mmzone.h @@ -306,6 +306,7 @@ struct zone { * free areas of different sizes */ spinlock_t lock; + int all_unreclaimable; /* All pages pinned */ #ifdef CONFIG_MEMORY_HOTPLUG /* see spanned/present_pages for more description */ seqlock_t span_seqlock; @@ -333,7 +334,6 @@ struct zone { unsigned long pages_scanned; /* since last reclaim */ unsigned long flags; /* zone flags, see below */ - int all_unreclaimable; /* All pages pinned */ /* Zone statistics */ atomic_long_t vm_stat[NR_VM_ZONE_STAT_ITEMS]; _ Patches currently in -mm which might be from kosaki.motohiro@xxxxxxxxxxxxxx are origin.patch mlock_vma_pages_range-never-return-negative-value.patch mlock_vma_pages_range-only-return-success-or-failure.patch vmscan-check-high-watermark-after-shrink-zone.patch vmscan-get_scan_ratio-cleanup.patch mm-lockdep-annotate-reclaim-context-to-zone-reclaim-too.patch mm-page_allocc-remove-duplicate-call-to-trace_mm_page_free_direct.patch mm-page_allocc-adjust-a-call-site-to-trace_mm_page_free_direct.patch mm-remove-function-free_hot_page.patch mm-restore-zone-all_unreclaimable-to-independence-word.patch mm-restore-zone-all_unreclaimable-to-independence-word-fix-2.patch mm-fix-mbind-vma-merge-problem.patch mm-fix-mbind-vma-merge-problem-fix.patch mm-mempolicyc-fix-indentation-of-the-comments-of-do_migrate_pages.patch mm-migratec-kill-anon-local-variable-from-migrate_page_copy.patch mm-change-anon_vma-linking-to-fix-multi-process-server-scalability-issue.patch mm-change-anon_vma-linking-to-fix-multi-process-server-scalability-issue-further-cleanups.patch rmap-remove-obsolete-check-from-__page_check_anon_rmap.patch rmap-move-exclusively-owned-pages-to-own-anon_vma-in-do_wp_page.patch mm-remove-vm_lock_rmap-code.patch mm-pm-force-gfp_noio-during-suspend-hibernation-and-resume.patch mm-document-proc-pagetypeinfo.patch mm-document-sys-devices-system-node-nodex.patch vmscan-factor-out-page-reference-checks.patch vmscan-factor-out-page-reference-checks-fix.patch vmscan-drop-page_mapping_inuse.patch vmscan-detect-mapped-file-pages-used-only-once.patch prctl-add-pr_set_proctitle_area-option-for-prctl.patch exec-create-initial-stack-independent-of-page_size.patch mm-pass-mm-flags-as-a-coredump-parameter-for-consistency.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