mbox series

[0/5] Cleanup and fixup for vmscan

Message ID 20210710100329.49174-1-linmiaohe@huawei.com (mailing list archive)
Headers show
Series Cleanup and fixup for vmscan | expand

Message

Miaohe Lin July 10, 2021, 10:03 a.m. UTC
Hi all,
This series contains cleanups to remove unneeded return value, misleading
comment and so on. Also this puts the redirtied MADV_FREE pages back to
anonymous LRU list. More details can be found in the respective changelogs.
Thanks!

Miaohe Lin (5):
  mm/vmscan: put the redirtied MADV_FREE pages back to anonymous LRU
    list
  mm/vmscan: remove misleading setting to sc->priority
  mm/vmscan: remove unneeded return value of kswapd_run()
  mm/vmscan: add 'else' to remove check_pending label
  mm/vmscan: fix misleading comment in isolate_lru_pages()

 include/linux/swap.h |  2 +-
 mm/vmscan.c          | 26 +++++++++-----------------
 2 files changed, 10 insertions(+), 18 deletions(-)