]> www.infradead.org Git - users/willy/pagecache.git/commit
mm/shmem: Convert shmem_add_to_page_cache to take a folio
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Thu, 6 May 2021 12:44:40 +0000 (08:44 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 28 Sep 2021 16:45:38 +0000 (12:45 -0400)
commit9205cf6d83b56a711ed39ba1d7fb8133171b2f9c
tree76f889da9a83acd3c12ce2aef91bfeb4e067ee03
parente8c3183ca456276e963c411d34be8457cb16643a
mm/shmem: Convert shmem_add_to_page_cache to take a folio

Shrinks shmem_add_to_page_cache() by 16 bytes.  All the callers grow,
but this is temporary as they will all be converted to folios soon.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
mm/shmem.c