diff options
author | Pankaj Raghav <p.raghav@samsung.com> | 2023-05-10 14:47:16 +0200 |
---|---|---|
committer | Andrew Morton <akpm@linux-foundation.org> | 2023-06-09 16:25:18 -0700 |
commit | c963901197188189e85b4d768a059fe1bbc2a502 (patch) | |
tree | 2c54b76000f4618185ea197962d86a8d86568ccb /include | |
parent | cd00dd2585c4158e81fdfac0bbcc0446afbad26d (diff) | |
download | linux-stable-c963901197188189e85b4d768a059fe1bbc2a502.tar.gz linux-stable-c963901197188189e85b4d768a059fe1bbc2a502.tar.bz2 linux-stable-c963901197188189e85b4d768a059fe1bbc2a502.zip |
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 <p.raghav@samsung.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Acked-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Cc: Luis Chamberlain <mcgrof@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/pagemap.h | 2 |
1 files changed, 0 insertions, 2 deletions
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); |