diff options
author | Matthew Wilcox (Oracle) <willy@infradead.org> | 2022-06-29 03:41:40 +0300 |
---|---|---|
committer | Matthew Wilcox (Oracle) <willy@infradead.org> | 2022-06-29 15:51:05 +0300 |
commit | 6ffcd825e7d0416d78fd41cd5b7856a78122cc8c (patch) | |
tree | 57301a2634159d91b2d83c03b0713b80840e8945 /fs/inode.c | |
parent | fb5c2029f8221e904e604938171c4a8ef169aadb (diff) | |
download | linux-6ffcd825e7d0416d78fd41cd5b7856a78122cc8c.tar.xz |
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 'fs/inode.c')
-rw-r--r-- | fs/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/inode.c b/fs/inode.c index bd4da9c5207e..d2bdc407c94b 100644 --- a/fs/inode.c +++ b/fs/inode.c @@ -604,7 +604,7 @@ void clear_inode(struct inode *inode) { /* * We have to cycle the i_pages lock here because reclaim can be in the - * process of removing the last page (in __delete_from_page_cache()) + * process of removing the last page (in __filemap_remove_folio()) * and we must not free the mapping under it. */ xa_lock_irq(&inode->i_data.i_pages); |