]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita5c689165c2b97ac1858a875f61c3271d371da0e
tree717661a21fd0aa89857ba9aa674f401ab6a0d6e1
parent4393a96925baaa519f5ab8800baa754d2dad2bfb
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