[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220504200758.314478-1-sj@kernel.org>
Date: Wed, 4 May 2022 20:07:55 +0000
From: SeongJae Park <sj@...nel.org>
To: akpm@...ux-foundation.org, willy@...radead.org
Cc: linux-mm@...ck.org, linux-kernel@...r.kernel.org,
SeongJae Park <sj@...nel.org>
Subject: [PATCH for mm-unstable 0/3] Fix build errors due to folio_test_large() misuse
Several commits on 'mm-unstable' replaces 'PageTransHuge()' with
'folio_test_large()' instead of 'folio_test_transhuge()'. As a result,
several build errors occur when 'CONFIG_TRANSPARENT_HUGEPAGE' is unset.
This patchset fixes the issues by replacing the check to use
'folio_test_transhuge()'.
SeongJae Park (3):
mm/vmscan: Use folio_test_transhuge() for THP check
mm/shmem: Use folio_test_transhuge() for THP check
mm/shmem: Use folio_test_transhuge() for THP check
mm/shmem.c | 8 ++++----
mm/vmscan.c | 2 +-
2 files changed, 5 insertions(+), 5 deletions(-)
--
2.25.1
Powered by blists - more mailing lists