The patch titled Subject: filemap-add-comment-for-confusing-logic-in-page_cache_tree_insert-fix has been removed from the -mm tree. Its filename was filemap-add-comment-for-confusing-logic-in-page_cache_tree_insert-fix.patch This patch was dropped because it was folded into filemap-add-comment-for-confusing-logic-in-page_cache_tree_insert.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: filemap-add-comment-for-confusing-logic-in-page_cache_tree_insert-fix tweak comment Cc: "Kirill A. Shutemov" <kirill.shutemov@xxxxxxxxxxxxxxx> Cc: Jan Kara <jack@xxxxxxx> Cc: Johannes Weiner <hannes@xxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/filemap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN mm/filemap.c~filemap-add-comment-for-confusing-logic-in-page_cache_tree_insert-fix mm/filemap.c --- a/mm/filemap.c~filemap-add-comment-for-confusing-logic-in-page_cache_tree_insert-fix +++ a/mm/filemap.c @@ -171,7 +171,7 @@ static void page_cache_tree_delete(struc { int i, nr; - /* hugetlb pages represented by one entry on radix-tree */ + /* hugetlb pages are represented by one entry in the radix tree */ nr = PageHuge(page) ? 1 : hpage_nr_pages(page); VM_BUG_ON_PAGE(!PageLocked(page), page); _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are filemap-add-comment-for-confusing-logic-in-page_cache_tree_insert.patch include-linux-backing-dev-defsh-shrink-struct-backing_dev_info.patch mm-add-vfree_atomic-fix-fix.patch mm-thp-page-cache-support-for-ppc64-fix.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