linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 0/2] mm: vm_total_pages and build_all_zonelists() cleanup
@ 2020-06-19 13:24 David Hildenbrand
  2020-06-19 13:24 ` [PATCH v1 1/2] mm: drop vm_total_pages David Hildenbrand
  2020-06-19 13:24 ` [PATCH v1 2/2] mm/page_alloc: drop nr_free_pagecache_pages() David Hildenbrand
  0 siblings, 2 replies; 12+ messages in thread
From: David Hildenbrand @ 2020-06-19 13:24 UTC (permalink / raw)
  To: linux-kernel
  Cc: linux-mm, David Hildenbrand, Andrew Morton, Huang Ying,
	Johannes Weiner, Michal Hocko, Minchan Kim, Wei Yang

Let's drop vm_total_pages and inline nr_free_pagecache_pages() into
build_all_zonelists().

David Hildenbrand (2):
  mm: drop vm_total_pages
  mm/page_alloc: drop nr_free_pagecache_pages()

 include/linux/swap.h |  2 --
 mm/memory_hotplug.c  |  3 ---
 mm/page-writeback.c  |  6 ++----
 mm/page_alloc.c      | 18 ++++--------------
 mm/vmscan.c          |  5 -----
 5 files changed, 6 insertions(+), 28 deletions(-)

-- 
2.26.2



^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2020-06-23 13:07 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-19 13:24 [PATCH v1 0/2] mm: vm_total_pages and build_all_zonelists() cleanup David Hildenbrand
2020-06-19 13:24 ` [PATCH v1 1/2] mm: drop vm_total_pages David Hildenbrand
2020-06-19 13:47   ` Wei Yang
2020-06-21 14:46   ` Mike Rapoport
2020-06-22  7:03     ` David Hildenbrand
2020-06-21 19:56   ` Pankaj Gupta
2020-06-23 12:59   ` Michal Hocko
2020-06-19 13:24 ` [PATCH v1 2/2] mm/page_alloc: drop nr_free_pagecache_pages() David Hildenbrand
2020-06-19 13:48   ` Wei Yang
2020-06-21 14:47   ` Mike Rapoport
2020-06-21 19:57   ` Pankaj Gupta
2020-06-23 13:02   ` Michal Hocko

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).