]> git.ipfire.org Git - thirdparty/linux.git/commit - mm/filemap.c
mm/filemap: Add filemap_add_folio()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 8 Dec 2020 13:56:28 +0000 (08:56 -0500)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Mon, 18 Oct 2021 11:49:40 +0000 (07:49 -0400)
commit9dd3d069406cea073fc633e77bc59abbfde8c6c4
tree5c384bbda7aa6165f7dbf2be9a5f95c4e29319f7
parentbb3c579e25e5757bc5bac1333f4a56dfebf7cb91
mm/filemap: Add filemap_add_folio()

Convert __add_to_page_cache_locked() into __filemap_add_folio().
Add an assertion to it that (for !hugetlbfs), the folio is naturally
aligned within the file.  Move the prototype from mm.h to pagemap.h.
Convert add_to_page_cache_lru() into filemap_add_folio().  Add a
compatibility wrapper for unconverted callers.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: David Howells <dhowells@redhat.com>
Acked-by: Vlastimil Babka <vbabka@suse.cz>
include/linux/mm.h
include/linux/pagemap.h
kernel/bpf/verifier.c
mm/filemap.c
mm/folio-compat.c