Message ID | 20201211213627.Y0ZoNFaFt%akpm@linux-foundation.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/8] revert "mm/filemap: add static for function __add_to_page_cache_locked" | expand |
--- a/mm/filemap.c~revert-mm-filemap-add-static-for-function-__add_to_page_cache_locked +++ a/mm/filemap.c @@ -827,7 +827,7 @@ int replace_page_cache_page(struct page } EXPORT_SYMBOL_GPL(replace_page_cache_page); -static noinline int __add_to_page_cache_locked(struct page *page, +noinline int __add_to_page_cache_locked(struct page *page, struct address_space *mapping, pgoff_t offset, gfp_t gfp, void **shadowp)