All of lore.kernel.org
 help / color / mirror / Atom feed
* [folded-merged] mm-add-tracepoint-for-scanning-pages-fix.patch removed from -mm tree
@ 2016-01-14 22:30 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2016-01-14 22:30 UTC (permalink / raw)
  To: dan.carpenter, ebru.akagunduz, mm-commits


The patch titled
     Subject: mm/huge_memory: add a missing tab
has been removed from the -mm tree.  Its filename was
     mm-add-tracepoint-for-scanning-pages-fix.patch

This patch was dropped because it was folded into mm-add-tracepoint-for-scanning-pages.patch

------------------------------------------------------
From: Dan Carpenter <dan.carpenter@oracle.com>
Subject: mm/huge_memory: add a missing tab

This line should be indented one more tab.

Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com>
Cc: Ebru Akagunduz <ebru.akagunduz@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 mm/huge_memory.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN mm/huge_memory.c~mm-add-tracepoint-for-scanning-pages-fix mm/huge_memory.c
--- a/mm/huge_memory.c~mm-add-tracepoint-for-scanning-pages-fix
+++ a/mm/huge_memory.c
@@ -2769,7 +2769,7 @@ static int khugepaged_scan_pmd(struct mm
 		khugepaged_node_load[node]++;
 		VM_BUG_ON_PAGE(PageCompound(page), page);
 		if (!PageLRU(page)) {
-		result = SCAN_SCAN_ABORT;
+			result = SCAN_SCAN_ABORT;
 			goto out_unmap;
 		}
 		if (PageLocked(page)) {
_

Patches currently in -mm which might be from dan.carpenter@oracle.com are

mm-add-tracepoint-for-scanning-pages.patch


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

only message in thread, other threads:[~2016-01-14 22:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-14 22:30 [folded-merged] mm-add-tracepoint-for-scanning-pages-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.