All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] A small folio API enhancement for 5.17
@ 2022-01-13 22:08 Matthew Wilcox (Oracle)
  2022-01-13 22:08 ` [PATCH 1/2] mm: Add folio_put_refs() Matthew Wilcox (Oracle)
  2022-01-13 22:08 ` [PATCH 2/2] filemap: Use folio_put_refs() in filemap_free_folio() Matthew Wilcox (Oracle)
  0 siblings, 2 replies; 3+ messages in thread
From: Matthew Wilcox (Oracle) @ 2022-01-13 22:08 UTC (permalink / raw)
  To: linux-kernel, linux-mm, linux-fsdevel; +Cc: Matthew Wilcox (Oracle)

It turns out I want to use folio_put_refs() in two completely different
places (which would likely be in separate pull requests) for 5.18, and
there's a useful place to use it in 5.17, so I'm planning on sending
Linus a pull request for this pair of patches next week.  The reviews
on patch 1 come from the folio GUP reviews over the last week, but I
doubt I've shown patch 2 to anybody before.

Matthew Wilcox (Oracle) (2):
  mm: Add folio_put_refs()
  filemap: Use folio_put_refs() in filemap_free_folio()

 include/linux/mm.h | 20 ++++++++++++++++++++
 mm/filemap.c       | 10 ++++------
 2 files changed, 24 insertions(+), 6 deletions(-)

-- 
2.33.0


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

end of thread, other threads:[~2022-01-13 22:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-13 22:08 [PATCH 0/2] A small folio API enhancement for 5.17 Matthew Wilcox (Oracle)
2022-01-13 22:08 ` [PATCH 1/2] mm: Add folio_put_refs() Matthew Wilcox (Oracle)
2022-01-13 22:08 ` [PATCH 2/2] filemap: Use folio_put_refs() in filemap_free_folio() Matthew Wilcox (Oracle)

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.