linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] mm: random cleanups
@ 2024-03-14  0:54 Luis Chamberlain
  2024-03-14  0:54 ` [PATCH 1/3] mm/show_mem: simplify ifdef on si_meminfo_node() Luis Chamberlain
                   ` (2 more replies)
  0 siblings, 3 replies; 13+ messages in thread
From: Luis Chamberlain @ 2024-03-14  0:54 UTC (permalink / raw)
  To: akpm, jhubbard, vbabka, mgorman, linux-mm
  Cc: linux-kernel, dave, p.raghav, da.gomez, mcgrof

Here's a few random minor cleanups I spotted while reviewing a few mm/*.c files.
No functional changes.

Luis Chamberlain (3):
  mm/show_mem: simplify ifdef on si_meminfo_node()
  mm/compaction: add and use for_each_populated_zone_pgdat() helper
  mm/vmstat: simplfy extfrag_show_print with fragmentation_index()

 include/linux/mmzone.h |  8 ++++++++
 mm/compaction.c        |  9 ++-------
 mm/show_mem.c          |  5 +----
 mm/vmstat.c            | 11 +++++------
 4 files changed, 16 insertions(+), 17 deletions(-)

-- 
2.43.0



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

end of thread, other threads:[~2024-03-15 17:48 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-14  0:54 [PATCH 0/3] mm: random cleanups Luis Chamberlain
2024-03-14  0:54 ` [PATCH 1/3] mm/show_mem: simplify ifdef on si_meminfo_node() Luis Chamberlain
2024-03-14  1:13   ` Kefeng Wang
2024-03-14  0:54 ` [PATCH 2/3] mm/compaction: add and use for_each_populated_zone_pgdat() helper Luis Chamberlain
2024-03-14  7:19   ` Baolin Wang
2024-03-15  5:38     ` Luis Chamberlain
2024-03-15  9:39       ` Baolin Wang
2024-03-15 11:09       ` Vlastimil Babka
2024-03-15 17:48         ` Luis Chamberlain
2024-03-14 11:40   ` kernel test robot
2024-03-14  0:54 ` [PATCH 3/3] mm/vmstat: simplfy extfrag_show_print with fragmentation_index() Luis Chamberlain
2024-03-15 11:13   ` Vlastimil Babka
2024-03-15 14:36   ` Davidlohr Bueso

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).