The patch titled Subject: mm-thp-make-swapin-readahead-under-down_read-of-mmap_sem-fix-2-fix has been removed from the -mm tree. Its filename was mm-thp-make-swapin-readahead-under-down_read-of-mmap_sem-fix-2-fix.patch This patch was dropped because it was folded into mm-thp-make-swapin-readahead-under-down_read-of-mmap_sem-ks.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-thp-make-swapin-readahead-under-down_read-of-mmap_sem-fix-2-fix update comment to match new code Link: http://lkml.kernel.org/r/1466021202-61880-5-git-send-email-kirill.shutemov@xxxxxxxxxxxxxxx Cc: Andrea Arcangeli <aarcange@xxxxxxxxxx> Cc: Ebru Akagunduz <ebru.akagunduz@xxxxxxxxx> Cc: Kirill A. Shutemov <kirill.shutemov@xxxxxxxxxxxxxxx> Cc: Rik van Riel <riel@xxxxxxxxxx> Cc: Sergey Senozhatsky <sergey.senozhatsky.work@xxxxxxxxx> Cc: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> Cc: Vlastimil Babka <vbabka@xxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/huge_memory.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff -puN mm/huge_memory.c~mm-thp-make-swapin-readahead-under-down_read-of-mmap_sem-fix-2-fix mm/huge_memory.c --- a/mm/huge_memory.c~mm-thp-make-swapin-readahead-under-down_read-of-mmap_sem-fix-2-fix +++ a/mm/huge_memory.c @@ -2493,9 +2493,9 @@ static void collapse_huge_page(struct mm } /* - * __collapse_huge_page_swapin always returns with mmap_sem - * locked. If it fails, release mmap_sem and jump directly - * label out. Continuing to collapse causes inconsistency. + * __collapse_huge_page_swapin always returns with mmap_sem locked. + * If it fails, release mmap_sem and jump directly out. + * Continuing to collapse causes inconsistency. */ if (!__collapse_huge_page_swapin(mm, vma, address, pmd)) { up_read(&mm->mmap_sem); _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are mm-thp-make-swapin-readahead-under-down_read-of-mmap_sem-ks.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