linux-mm.kvack.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/2] mm/gup: Cleanup memfd_pin_folios()
@ 2025-04-30  1:00 Vishal Moola (Oracle)
  2025-04-30  1:00 ` [PATCH 1/2] mm/gup: Remove unnecessary check in memfd_pin_folios() Vishal Moola (Oracle)
  2025-04-30  1:00 ` [PATCH 2/2] mm/gup: Remove page_folio() " Vishal Moola (Oracle)
  0 siblings, 2 replies; 7+ messages in thread
From: Vishal Moola (Oracle) @ 2025-04-30  1:00 UTC (permalink / raw)
  To: linux-mm
  Cc: linux-kernel, Vivek Kasireddy, Andrew Morton,
	Vishal Moola (Oracle)

A couple straightforward cleanups to memfd_pin_folios() found through
code inspection. Saves 124 bytes of kernel text overall and makes the
code more readable.

Vishal Moola (Oracle) (2):
  mm/gup: Remove unnecessary check in memfd_pin_folios()
  mm/gup: Remove page_folio() in memfd_pin_folios()

 mm/gup.c | 17 ++---------------
 1 file changed, 2 insertions(+), 15 deletions(-)

-- 
2.49.0



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

end of thread, other threads:[~2025-05-01 21:23 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-30  1:00 [PATCH 0/2] mm/gup: Cleanup memfd_pin_folios() Vishal Moola (Oracle)
2025-04-30  1:00 ` [PATCH 1/2] mm/gup: Remove unnecessary check in memfd_pin_folios() Vishal Moola (Oracle)
2025-04-30 21:48   ` David Hildenbrand
2025-05-01 21:23   ` Kasireddy, Vivek
2025-04-30  1:00 ` [PATCH 2/2] mm/gup: Remove page_folio() " Vishal Moola (Oracle)
2025-04-30 21:49   ` David Hildenbrand
2025-05-01 21:23   ` Kasireddy, Vivek

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