]> www.infradead.org Git - users/willy/pagecache.git/commit
mm: Remove folio_pincount_ptr() and head_compound_pincount() for-sid
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Fri, 24 Jun 2022 16:48:10 +0000 (12:48 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Sat, 2 Jul 2022 18:29:18 +0000 (14:29 -0400)
commitd60044e76e964e12387f96fd4a89d2c37fc46483
tree626dd23cd7a666ab7d098a0af74438d4b079ea77
parent3855cc111b2be2ddb0a01e224a7dd943946645dc
mm: Remove folio_pincount_ptr() and head_compound_pincount()

We can use folio->_pincount directly, since all users are guarded by
tests of compound/large.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Documentation/core-api/pin_user_pages.rst
include/linux/mm.h
mm/gup.c