commit | b7dd44a12cf26603712e60f1e1449c87d5f8cb79 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox (Oracle) <willy@infradead.org> | Thu May 12 20:23:04 2022 -0700 |
committer | Andrew Morton <akpm@linux-foundation.org> | Fri May 13 07:20:16 2022 -0700 |
tree | 5893e20337a9f1e56a31a0b837da28a3e479f22d | |
parent | 039bc1240165c99b932fb4be2f784948d1038eea [diff] |
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. Link: https://lkml.kernel.org/r/20220504182857.4013401-19-willy@infradead.org Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>