docs: cgroup-v1: Update page cache removal functions
Commit452e9e6992
("filemap: Add filemap_remove_folio and __filemap_remove_folio") reimplemented __delete_from_page_cache() as __filemap_remove_folio() and delete_from_page_cache() as filemap_remove_folio(). The compatibility wrappers were finally removed inece62684dc
("hugetlbfs: convert hugetlb_delete_from_page_cache() to use folios") and6ffcd825e7
("mm: Remove __delete_from_page_cache()"). Update the remaining references to dead functions in the memcg implementation memo. Signed-off-by: Illia Ostapyshyn <illia@yshyn.com> Signed-off-by: Tejun Heo <tj@kernel.org>
This commit is contained in:
parent
8f6d24a5db
commit
62158261a8
@ -102,7 +102,7 @@ Under below explanation, we assume CONFIG_SWAP=y.
|
||||
The logic is very clear. (About migration, see below)
|
||||
|
||||
Note:
|
||||
__remove_from_page_cache() is called by remove_from_page_cache()
|
||||
__filemap_remove_folio() is called by filemap_remove_folio()
|
||||
and __remove_mapping().
|
||||
|
||||
6. Shmem(tmpfs) Page Cache
|
||||
|
Loading…
Reference in New Issue
Block a user