All of lore.kernel.org
 help / color / mirror / Atom feed
* [folded-merged] mm-hwpoison-dissolve-in-use-hugepage-in-unrecoverable-memory-error-fix.patch removed from -mm tree
@ 2017-07-10 22:31 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2017-07-10 22:31 UTC (permalink / raw)
  To: akpm, n-horiguchi, mm-commits


The patch titled
     Subject: mm-hwpoison-dissolve-in-use-hugepage-in-unrecoverable-memory-error-fix
has been removed from the -mm tree.  Its filename was
     mm-hwpoison-dissolve-in-use-hugepage-in-unrecoverable-memory-error-fix.patch

This patch was dropped because it was folded into mm-hwpoison-dissolve-in-use-hugepage-in-unrecoverable-memory-error.patch

------------------------------------------------------
From: Andrew Morton <akpm@linux-foundation.org>
Subject: mm-hwpoison-dissolve-in-use-hugepage-in-unrecoverable-memory-error-fix

fix unused var warnings

Cc: Naoya Horiguchi <n-horiguchi@ah.jp.nec.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 mm/memory-failure.c |    3 ---
 1 file changed, 3 deletions(-)

diff -puN mm/memory-failure.c~mm-hwpoison-dissolve-in-use-hugepage-in-unrecoverable-memory-error-fix mm/memory-failure.c
--- a/mm/memory-failure.c~mm-hwpoison-dissolve-in-use-hugepage-in-unrecoverable-memory-error-fix
+++ a/mm/memory-failure.c
@@ -611,7 +611,6 @@ static int me_unknown(struct page *p, un
  */
 static int me_pagecache_clean(struct page *p, unsigned long pfn)
 {
-	int err;
 	struct address_space *mapping;
 
 	delete_from_lru_cache(p);
@@ -758,8 +757,6 @@ static int me_huge_page(struct page *p,
 	if (mapping) {
 		res = truncate_error_page(hpage, pfn, mapping);
 	} else {
-		int dissolve_ret;

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2017-07-10 22:31 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-10 22:31 [folded-merged] mm-hwpoison-dissolve-in-use-hugepage-in-unrecoverable-memory-error-fix.patch removed from -mm tree akpm

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.