The patch titled Subject: mm-memoryc-remove-unused-code-from-do_wp_page-fix has been removed from the -mm tree. Its filename was mm-memoryc-remove-unused-code-from-do_wp_page-fix.patch This patch was dropped because it was folded into mm-memoryc-remove-unused-code-from-do_wp_page.patch ------------------------------------------------------ From: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> Subject: mm-memoryc-remove-unused-code-from-do_wp_page-fix cleanup Cc: Dominik Dingel <dingel@xxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- mm/memory.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff -puN mm/memory.c~mm-memoryc-remove-unused-code-from-do_wp_page-fix mm/memory.c --- a/mm/memory.c~mm-memoryc-remove-unused-code-from-do_wp_page-fix +++ a/mm/memory.c @@ -2780,9 +2780,8 @@ unlock: oom_free_new: page_cache_release(new_page); oom: - if (old_page) { + if (old_page) page_cache_release(old_page); - } return VM_FAULT_OOM; unwritable_page: _ Patches currently in -mm which might be from akpm@xxxxxxxxxxxxxxxxxxxx are origin.patch thp-implement-splitting-pmd-for-huge-zero-page.patch mm-add-a-reminder-comment-for-__gfp_bits_shift.patch numa-add-config_movable_node-for-movable-dedicated-node.patch mm-introduce-new-field-managed_pages-to-struct-zone.patch mm-provide-more-accurate-estimation-of-pages-occupied-by-memmap.patch tmpfs-support-seek_data-and-seek_hole-reprise.patch hwpoison-hugetlbfs-fix-rss-counter-warning.patch mm-memoryc-remove-unused-code-from-do_wp_page.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