Subject: [folded-merged] mm-memory-failurec-move-refcount-only-in-mf_count_increased-fix.patch removed from -mm tree To: akpm@xxxxxxxxxxxxxxxxxxxx,andi@xxxxxxxxxxxxxx,gong.chen@xxxxxxxxxxxxxxx,liwanp@xxxxxxxxxxxxxxxxxx,n-horiguchi@xxxxxxxxxxxxx,mm-commits@xxxxxxxxxxxxxxx From: akpm@xxxxxxxxxxxxxxxxxxxx Date: Mon, 10 Feb 2014 14:22:08 -0800 The patch titled Subject: mm-memory-failurec-move-refcount-only-in-mf_count_increased-fix has been removed from the -mm tree. Its filename was mm-memory-failurec-move-refcount-only-in-mf_count_increased-fix.patch This patch was dropped because it was folded into mm-memory-failurec-move-refcount-only-in-mf_count_increased.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-memory-failurec-move-refcount-only-in-mf_count_increased-fix s/&&/&/ Cc: Andi Kleen <andi@xxxxxxxxxxxxxx> Cc: Chen Gong <gong.chen@xxxxxxxxxxxxxxx> Cc: Naoya Horiguchi <n-horiguchi@xxxxxxxxxxxxx> Cc: Wanpeng Li <liwanp@xxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/memory-failure.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN mm/memory-failure.c~mm-memory-failurec-move-refcount-only-in-mf_count_increased-fix mm/memory-failure.c --- a/mm/memory-failure.c~mm-memory-failurec-move-refcount-only-in-mf_count_increased-fix +++ a/mm/memory-failure.c @@ -945,7 +945,7 @@ static int hwpoison_user_mappings(struct * to it. Similarly, page lock is shifted. */ if (hpage != p) { - if (!(flags && MF_COUNT_INCREASED)) { + if (!(flags & MF_COUNT_INCREASED)) { put_page(hpage); get_page(p); } _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are arch-alpha-kernel-systblss-remove-debug-check.patch i-need-old-gcc.patch xen-properly-account-for-_page_numa-during-xen-pte-translations.patch ocfs2-fix-ocfs2_sync_file-if-filesystem-is-readonly.patch mm-memory-failurec-move-refcount-only-in-mf_count_increased.patch input-route-kbd-leds-through-the-generic-leds-layer.patch mm.patch mm-hugetlb-improve-page-fault-scalability-fix.patch mm-vmstat-fix-up-zone-state-accounting-fix.patch mm-keep-page-cache-radix-tree-nodes-in-check-fix-fix.patch kmod-run-usermodehelpers-only-on-cpus-allowed-for-kthreadd-v2-fix.patch kmod-run-usermodehelpers-only-on-cpus-allowed-for-kthreadd-v2-checkpatch-fixes.patch linux-next.patch linux-next-rejects.patch debugging-keep-track-of-page-owners.patch journal_add_journal_head-debug.patch kernel-forkc-export-kernel_thread-to-modules.patch mutex-subsystem-synchro-test-module.patch slab-leaks3-default-y.patch put_bh-debug.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