diff options
author | Matthew Wilcox (Oracle) <willy@infradead.org> | 2022-06-29 02:41:40 +0200 |
---|---|---|
committer | Matthew Wilcox (Oracle) <willy@infradead.org> | 2022-06-29 14:51:05 +0200 |
commit | 6ffcd825e7d0416d78fd41cd5b7856a78122cc8c (patch) | |
tree | 57301a2634159d91b2d83c03b0713b80840e8945 /mm/memory-failure.c | |
parent | mm: Account dirty folios properly during splits (diff) | |
download | linux-6ffcd825e7d0416d78fd41cd5b7856a78122cc8c.tar.xz linux-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/memory-failure.c')
-rw-r--r-- | mm/memory-failure.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/memory-failure.c b/mm/memory-failure.c index b85661cbdc4a..a859486ddda9 100644 --- a/mm/memory-failure.c +++ b/mm/memory-failure.c @@ -1935,7 +1935,7 @@ try_again: /* * Now take care of user space mappings. - * Abort on fail: __delete_from_page_cache() assumes unmapped page. + * Abort on fail: __filemap_remove_folio() assumes unmapped page. */ if (!hwpoison_user_mappings(p, pfn, flags, p)) { action_result(pfn, MF_MSG_UNMAP_FAILED, MF_IGNORED); |