[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <cover.1720755677.git.baolin.wang@linux.alibaba.com>
Date: Sat, 13 Jul 2024 21:24:19 +0800
From: Baolin Wang <baolin.wang@...ux.alibaba.com>
To: akpm@...ux-foundation.org,
hughd@...gle.com
Cc: willy@...radead.org,
david@...hat.com,
21cnbao@...il.com,
ryan.roberts@....com,
ziy@...dia.com,
ioworker0@...il.com,
baolin.wang@...ux.alibaba.com,
linux-mm@...ck.org,
linux-kernel@...r.kernel.org
Subject: [PATCH v2 0/3] Some cleanups for shmem
Hi,
This series does some cleanups to reuse code, rename functions and simplify
logic to make code more clear. No functional changes are expected.
Changes from v1:
- Add a dummy function in case CONFIG_TRANSPARENT_HUGEPAGE is not
enabled, which fixes a building error reported by kernel test robot.
Baolin Wang (3):
mm: shmem: simplify the suitable huge orders validation for tmpfs
mm: shmem: rename shmem_is_huge() to shmem_huge_global_enabled()
mm: shmem: move shmem_huge_global_enabled() into
shmem_allowable_huge_orders()
include/linux/shmem_fs.h | 11 +----
mm/huge_memory.c | 11 ++---
mm/shmem.c | 91 +++++++++++++++++++++-------------------
3 files changed, 53 insertions(+), 60 deletions(-)
--
2.39.3
Powered by blists - more mailing lists