The patch titled Subject: mm-thp-page-cache-support-for-ppc64-fix has been removed from the -mm tree. Its filename was mm-thp-page-cache-support-for-ppc64-fix.patch This patch was dropped because it was folded into mm-thp-page-cache-support-for-ppc64.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-thp-page-cache-support-for-ppc64-fix remove unneeded parentheses, per Kirill Cc: Aneesh Kumar K.V <aneesh.kumar@xxxxxxxxxxxxxxxxxx> Cc: Kirill A. Shutemov <kirill.shutemov@xxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/memory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN mm/memory.c~mm-thp-page-cache-support-for-ppc64-fix mm/memory.c --- a/mm/memory.c~mm-thp-page-cache-support-for-ppc64-fix +++ a/mm/memory.c @@ -3004,7 +3004,7 @@ out: * If we are going to fallback to pte mapping, do a * withdraw with pmd lock held. */ - if (arch_needs_pgtable_deposit() && (ret == VM_FAULT_FALLBACK)) + if (arch_needs_pgtable_deposit() && ret == VM_FAULT_FALLBACK) fe->prealloc_pte = pgtable_trans_huge_withdraw(vma->vm_mm, fe->pmd); spin_unlock(fe->ptl); _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are include-linux-backing-dev-defsh-shrink-struct-backing_dev_info.patch mm-thp-page-cache-support-for-ppc64.patch mm-rmap-handle-anon_vma_prepare-common-case-inline-checkpatch-fixes.patch scripts-checkpatchpl-fix-spelling.patch init-reduce-rootwait-polling-interval-time-to-5ms-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