mbox series

[v4,0/2] simplify handling of per-node sysfs creation and removal

Message ID 20220914072603.60293-1-songmuchun@bytedance.com (mailing list archive)
Headers show
Series simplify handling of per-node sysfs creation and removal | expand

Message

Muchun Song Sept. 14, 2022, 7:26 a.m. UTC
This is based on the latest mm-unstable branch (per Andrew).

Muchun Song (2):
  mm: hugetlb: simplify per-node sysfs creation and removal
  mm: hugetlb: eliminate memory-less nodes handling

 drivers/base/node.c     | 141 +++---------------------------------------------
 include/linux/hugetlb.h |  14 +++++
 include/linux/node.h    |  24 ++-------
 mm/hugetlb.c            |  63 +++++++++++-----------
 4 files changed, 55 insertions(+), 187 deletions(-)