]> www.infradead.org Git - users/willy/pagecache.git/commit
uprobes: Use a folio instead of a page folio-mk-pte
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Thu, 20 Feb 2025 20:04:46 +0000 (15:04 -0500)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 25 Feb 2025 19:47:21 +0000 (14:47 -0500)
commitcdc5ff9bd5bb6e46ce76cb6376cf67bd2809eb91
treeaeda9205669b822111dfb7b222d8456d85d73f78
parent213347831bd6a93efa6c39fd3e1f04687d5608e0
uprobes: Use a folio instead of a page

Allocate an order-0 folio instead of a page.  Saves a few calls to
compound_head().

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
kernel/events/uprobes.c