The patch titled Subject: mm-rework-mapcount-accounting-to-enable-4k-mapping-of-thps-fix has been removed from the -mm tree. Its filename was mm-rework-mapcount-accounting-to-enable-4k-mapping-of-thps-fix.patch This patch was dropped because it was folded into mm-rework-mapcount-accounting-to-enable-4k-mapping-of-thps.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-rework-mapcount-accounting-to-enable-4k-mapping-of-thps-fix fix typo in comment Cc: "Kirill A. Shutemov" <kirill.shutemov@xxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- include/linux/page-flags.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN include/linux/page-flags.h~mm-rework-mapcount-accounting-to-enable-4k-mapping-of-thps-fix include/linux/page-flags.h --- a/include/linux/page-flags.h~mm-rework-mapcount-accounting-to-enable-4k-mapping-of-thps-fix +++ a/include/linux/page-flags.h @@ -530,7 +530,7 @@ static inline int PageTransTail(struct p * PageDoubleMap indicates that the compound page is mapped with PTEs as well * as PMDs. * - * This is required for optimization of rmap oprations for THP: we can postpone + * This is required for optimization of rmap operations for THP: we can postpone * per small page mapcount accounting (and its overhead from atomic operations) * until the first PMD split. * _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are include-linux-dcacheh-remove-semicolons-from-hash_len_declare.patch fs-block_devc-bdev_write_page-use-blk_queue_enter-gfp_noio.patch mm-rework-mapcount-accounting-to-enable-4k-mapping-of-thps.patch mm-hwpoison-adjust-for-new-thp-refcounting-fix.patch thp-reintroduce-split_huge_page-fix.patch mm-prepare-page_referenced-and-page_idle-to-new-thp-refcounting-checkpatch-fixes.patch thp-add-debugfs-handle-to-split-all-huge-pages-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