mbox series

[v2,0/2] Do some code cleanups related to mm

Message ID 20210831132111.85437-1-zhengqi.arch@bytedance.com (mailing list archive)
Headers show
Series Do some code cleanups related to mm | expand

Message

Qi Zheng Aug. 31, 2021, 1:21 p.m. UTC
Hi,

This patch series aims to do some code cleanups related to mm.

This series is based on next-20210827.

Comments and suggestions are welcome.

Thanks,
Qi.

Changelog in v1 -> v2:
 - Fix some typo and code style problems.

Qi Zheng (2):
  mm: introduce pmd_install() helper
  mm: remove redundant smp_wmb()

 include/linux/mm.h  |  1 +
 mm/filemap.c        | 11 ++-----
 mm/memory.c         | 86 ++++++++++++++++++++++++-----------------------------
 mm/sparse-vmemmap.c |  2 +-
 4 files changed, 43 insertions(+), 57 deletions(-)