* [folded-merged] mm-memoryc-remove-unused-code-from-do_wp_page-fix.patch removed from -mm tree
@ 2012-12-12 21:41 akpm
0 siblings, 0 replies; only message in thread
From: akpm @ 2012-12-12 21:41 UTC (permalink / raw)
To: akpm, dingel, mm-commits
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@linux-foundation.org>
Subject: mm-memoryc-remove-unused-code-from-do_wp_page-fix
cleanup
Cc: Dominik Dingel <dingel@linux.vnet.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
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@linux-foundation.org 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
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-12-12 21:41 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-12 21:41 [folded-merged] mm-memoryc-remove-unused-code-from-do_wp_page-fix.patch removed from -mm tree akpm
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox