mm-commits.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* + mm-hugetlb-introduce-pagehugeactive-flag-fix-fix.patch added to -mm tree
@ 2015-04-02 21:05 akpm
  0 siblings, 0 replies; only message in thread
From: akpm @ 2015-04-02 21:05 UTC (permalink / raw)
  To: fengguang.wu, n-horiguchi, mm-commits


The patch titled
     Subject: set_page_huge_active() can be static
has been added to the -mm tree.  Its filename is
     mm-hugetlb-introduce-pagehugeactive-flag-fix-fix.patch

This patch should soon appear at
    http://ozlabs.org/~akpm/mmots/broken-out/mm-hugetlb-introduce-pagehugeactive-flag-fix-fix.patch
and later at
    http://ozlabs.org/~akpm/mmotm/broken-out/mm-hugetlb-introduce-pagehugeactive-flag-fix-fix.patch

Before you just go and hit "reply", please:
   a) Consider who else should be cc'ed
   b) Prefer to cc a suitable mailing list as well
   c) Ideally: find the original patch on the mailing list and do a
      reply-to-all to that, adding suitable additional cc's

*** Remember to use Documentation/SubmitChecklist when testing your code ***

The -mm tree is included into linux-next and is updated
there every 3-4 working days

------------------------------------------------------
From: kbuild test robot <fengguang.wu@intel.com>
Subject: set_page_huge_active() can be static

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

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

diff -puN mm/hugetlb.c~mm-hugetlb-introduce-pagehugeactive-flag-fix-fix mm/hugetlb.c
--- a/mm/hugetlb.c~mm-hugetlb-introduce-pagehugeactive-flag-fix-fix
+++ a/mm/hugetlb.c
@@ -937,13 +937,13 @@ bool page_huge_active(struct page *page)
 }
 
 /* never called for tail page */
-void set_page_huge_active(struct page *page)
+static void set_page_huge_active(struct page *page)
 {
 	VM_BUG_ON_PAGE(!PageHeadHuge(page), page);
 	SetPagePrivate(&page[1]);
 }
 
-void clear_page_huge_active(struct page *page)
+static void clear_page_huge_active(struct page *page)
 {
 	VM_BUG_ON_PAGE(!PageHeadHuge(page), page);
 	ClearPagePrivate(&page[1]);
_

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

x86-mm-support-huge-kva-mappings-on-x86-fix.patch
mm-hugetlb-introduce-pagehugeactive-flag-fix-fix.patch
sparc-add-pmd_-for-thp-fix.patch
mm-support-madvisemadv_free-fix.patch
asoc-pcm512x-use-div_round_closest_ull-from-kernelh.patch
rtc-ds1685-remove-owner-assignment-from-platform_driver.patch
gcov-fix-softlockups.patch
linux-next.patch
mm-add-strictlimit-knob-v2.patch


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

only message in thread, other threads:[~2015-04-02 21:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-04-02 21:05 + mm-hugetlb-introduce-pagehugeactive-flag-fix-fix.patch added to -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).