* [folded-merged] mm-hugetlb-convert-dissolve_free_huge_pages-to-folios-fix.patch removed from -mm tree
@ 2024-05-06 0:42 Andrew Morton
0 siblings, 0 replies; only message in thread
From: Andrew Morton @ 2024-05-06 0:42 UTC (permalink / raw)
To: mm-commits, vishal.moola, sidhartha.kumar, akpm
The quilt patch titled
Subject: mm-hugetlb-convert-dissolve_free_huge_pages-to-folios-fix
has been removed from the -mm tree. Its filename was
mm-hugetlb-convert-dissolve_free_huge_pages-to-folios-fix.patch
This patch was dropped because it was folded into mm-hugetlb-convert-dissolve_free_huge_pages-to-folios.patch
------------------------------------------------------
From: Sidhartha Kumar <sidhartha.kumar@oracle.com>
Subject: mm-hugetlb-convert-dissolve_free_huge_pages-to-folios-fix
Date: Mon, 15 Apr 2024 12:14:09 -0700
remove unneeded `extern'
Link: https://lkml.kernel.org/r/71760ed4-e80d-493a-95ea-2545414b1aba@oracle.com
Signed-off-by: Sidhartha Kumar <sidhartha.kumar@oracle.com>
Reported-by: Vishal Moola <vishal.moola@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---
include/linux/hugetlb.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/include/linux/hugetlb.h~mm-hugetlb-convert-dissolve_free_huge_pages-to-folios-fix
+++ a/include/linux/hugetlb.h
@@ -861,7 +861,7 @@ static inline int hstate_index(struct hs
return h - hstates;
}
-extern int dissolve_free_hugetlb_folio(struct folio *folio);
+int dissolve_free_hugetlb_folio(struct folio *folio);
extern int dissolve_free_huge_pages(unsigned long start_pfn,
unsigned long end_pfn);
_
Patches currently in -mm which might be from sidhartha.kumar@oracle.com are
mm-hugetlb-convert-dissolve_free_huge_pages-to-folios.patch
mm-hugetlb-convert-dissolve_free_huge_pages-to-folios-v2.patch
mm-hugetlb-rename-dissolve_free_huge_pages-to-dissolve_free_hugetlb_folios.patch
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2024-05-06 0:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-05-06 0:42 [folded-merged] mm-hugetlb-convert-dissolve_free_huge_pages-to-folios-fix.patch removed from -mm tree Andrew Morton
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.