mm-commits.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [obsolete] mm-hugetlb-__unmap_hugepage_range-can-be-static.patch removed from -mm tree
@ 2021-07-16  0:14 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2021-07-16  0:14 UTC (permalink / raw)
  To: lkp, mm-commits


The patch titled
     Subject: mm/hugetlb: __unmap_hugepage_range() can be static
has been removed from the -mm tree.  Its filename was
     mm-hugetlb-__unmap_hugepage_range-can-be-static.patch

This patch was dropped because it is obsolete

------------------------------------------------------
From: kernel test robot <lkp@intel.com>
Subject: mm/hugetlb: __unmap_hugepage_range() can be static

mm/hugetlb.c:4334:6: warning: symbol '__unmap_hugepage_range' was not declared. Should it be static?

Link: https://lkml.kernel.org/r/20210715170524.GA48547@78ef4ef0cd6c
Signed-off-by: kernel test robot <lkp@intel.com>
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
---

 mm/hugetlb.c |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

--- a/mm/hugetlb.c~mm-hugetlb-__unmap_hugepage_range-can-be-static
+++ a/mm/hugetlb.c
@@ -4402,9 +4402,9 @@ again:
 	return ret;
 }
 
-void __unmap_hugepage_range(struct mmu_gather *tlb, struct vm_area_struct *vma,
-			    unsigned long start, unsigned long end,
-			    struct page *ref_page)
+static void __unmap_hugepage_range(struct mmu_gather *tlb, struct vm_area_struct *vma,
+				   unsigned long start, unsigned long end,
+				   struct page *ref_page)
 {
 	struct mm_struct *mm = vma->vm_mm;
 	unsigned long address;
_

Patches currently in -mm which might be from lkp@intel.com are

lib-fix-bugoncocci-warnings.patch


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

only message in thread, other threads:[~2021-07-16  0:14 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-16  0:14 [obsolete] mm-hugetlb-__unmap_hugepage_range-can-be-static.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;
as well as URLs for NNTP newsgroup(s).