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>
This commit is contained in:
@@ -13319,7 +13319,7 @@ BTF_SET_START(btf_non_sleepable_error_inject)
|
||||
/* Three functions below can be called from sleepable and non-sleepable context.
|
||||
* Assume non-sleepable from bpf safety point of view.
|
||||
*/
|
||||
BTF_ID(func, __add_to_page_cache_locked)
|
||||
BTF_ID(func, __filemap_add_folio)
|
||||
BTF_ID(func, should_fail_alloc_page)
|
||||
BTF_ID(func, should_failslab)
|
||||
BTF_SET_END(btf_non_sleepable_error_inject)
|
||||
|
||||
Reference in New Issue
Block a user