From c963901197188189e85b4d768a059fe1bbc2a502 Mon Sep 17 00:00:00 2001
From: Pankaj Raghav
Date: Wed, 10 May 2023 14:47:16 +0200
Subject: filemap: remove page_endio()
page_endio() is not used anymore. Remove it.
Link: https://lkml.kernel.org/r/20230510124716.73655-1-p.raghav@samsung.com
Signed-off-by: Pankaj Raghav
Reviewed-by: Christoph Hellwig
Acked-by: Matthew Wilcox (Oracle)
Cc: Luis Chamberlain
Signed-off-by: Andrew Morton
---
include/linux/pagemap.h | 2 --
1 file changed, 2 deletions(-)
(limited to 'include/linux')
diff --git a/include/linux/pagemap.h b/include/linux/pagemap.h
index a56308a9d1a4..c1ae5ebc375f 100644
--- a/include/linux/pagemap.h
+++ b/include/linux/pagemap.h
@@ -1078,8 +1078,6 @@ int filemap_migrate_folio(struct address_space *mapping, struct folio *dst,
#else
#define filemap_migrate_folio NULL
#endif
-void page_endio(struct page *page, bool is_write, int err);
-
void folio_end_private_2(struct folio *folio);
void folio_wait_private_2(struct folio *folio);
int folio_wait_private_2_killable(struct folio *folio);
--
cgit v1.2.3