linux-tkg/linux-tkg-patches/5.10/0013-v5.10-rc7-revert.patch

12 lines
399 B
Diff
Raw Normal View History

--- a/mm/filemap.c 2020-12-07 01:16:40.233503592 -0800
+++ b/mm/filemap.c 2020-12-07 01:16:05.211387455 -0800
@@ -827,7 +827,7 @@
}
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)