linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] Cleanups for zbud
@ 2021-06-05  7:51 Miaohe Lin
  2021-06-05  7:51 ` [PATCH 1/2] mm/zbud: reuse unbuddied[0] as buddied in zbud_pool Miaohe Lin
  2021-06-05  7:51 ` [PATCH 2/2] mm/zbud: don't export any zbud API Miaohe Lin
  0 siblings, 2 replies; 5+ messages in thread
From: Miaohe Lin @ 2021-06-05  7:51 UTC (permalink / raw)
  To: akpm, sjenning, ddstreet; +Cc: linux-kernel, linux-mm, linmiaohe

Hi all,
This series contains just cleanups to save some possible memory in
zbud_pool and avoid exporting any unneeded zbud API. More details
can be found in the respective changelogs. Thanks!

Miaohe Lin (2):
  mm/zbud: reuse unbuddied[0] as buddied in zbud_pool
  mm/zbud: don't export any zbud API

 MAINTAINERS          |   1 -
 include/linux/zbud.h |  23 ---
 mm/zbud.c            | 372 ++++++++++++++++++++++---------------------
 3 files changed, 189 insertions(+), 207 deletions(-)
 delete mode 100644 include/linux/zbud.h

-- 
2.23.0



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

end of thread, other threads:[~2021-06-08  1:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-06-05  7:51 [PATCH 0/2] Cleanups for zbud Miaohe Lin
2021-06-05  7:51 ` [PATCH 1/2] mm/zbud: reuse unbuddied[0] as buddied in zbud_pool Miaohe Lin
2021-06-07 23:10   ` Andrew Morton
2021-06-08  1:41     ` Miaohe Lin
2021-06-05  7:51 ` [PATCH 2/2] mm/zbud: don't export any zbud API Miaohe Lin

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