diff options
author | Matthew Wilcox (Oracle) <willy@infradead.org> | 2022-06-28 20:41:40 -0400 |
---|---|---|
committer | Matthew Wilcox (Oracle) <willy@infradead.org> | 2022-06-29 08:51:05 -0400 |
commit | 6ffcd825e7d0416d78fd41cd5b7856a78122cc8c (patch) | |
tree | 57301a2634159d91b2d83c03b0713b80840e8945 /mm/truncate.c | |
parent | fb5c2029f8221e904e604938171c4a8ef169aadb (diff) | |
download | linux-stable-6ffcd825e7d0416d78fd41cd5b7856a78122cc8c.tar.gz linux-stable-6ffcd825e7d0416d78fd41cd5b7856a78122cc8c.tar.bz2 linux-stable-6ffcd825e7d0416d78fd41cd5b7856a78122cc8c.zip |
mm: Remove __delete_from_page_cache()
This wrapper is no longer used. Remove it and all references to it.
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Diffstat (limited to 'mm/truncate.c')
-rw-r--r-- | mm/truncate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/truncate.c b/mm/truncate.c index ab50d0d59a2a..0b0708bf935f 100644 --- a/mm/truncate.c +++ b/mm/truncate.c @@ -443,7 +443,7 @@ EXPORT_SYMBOL(truncate_inode_pages_range); * mapping->invalidate_lock. * * Note: When this function returns, there can be a page in the process of - * deletion (inside __delete_from_page_cache()) in the specified range. Thus + * deletion (inside __filemap_remove_folio()) in the specified range. Thus * mapping->nrpages can be non-zero when this function returns even after * truncation of the whole mapping. */ |