filemap: Remove add_to_page_cache() and add_to_page_cache_locked()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 1 Jun 2022 19:13:59 +0000 (15:13 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 29 Jun 2022 12:51:05 +0000 (08:51 -0400)
commit2bb876b58d593d7f2522ec0f41f20a74fde76822
tree717661a21fd0aa89857ba9aa674f401ab6a0d6e1
parentd9ef44de5d731e1a1fa94ddb5e39ea1b308b1456
filemap: Remove add_to_page_cache() and add_to_page_cache_locked()

These functions have no more users, so delete them.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Acked-by: Mike Kravetz <mike.kravetz@oracle.com>
Reviewed-by: Muchun Song <songmuchun@bytedance.com>
Documentation/admin-guide/cgroup-v1/memcg_test.rst
include/linux/pagemap.h
mm/filemap.c
mm/shmem.c
mm/swap_state.c