]> git.ipfire.org Git - people/ms/linux.git/commit
filemap: Remove find_get_pages_range() and associated functions
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Sat, 4 Jun 2022 21:46:02 +0000 (17:46 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 29 Jun 2022 12:51:06 +0000 (08:51 -0400)
commitbb4b42ba926224e26ed699e51def164b4b163935
tree4ba13b5ce062e7fb027a1d72c7383a330a5dcf27
parent105c988f5dd76397616e0392ea85d45225397191
filemap: Remove find_get_pages_range() and associated functions

All callers of find_get_pages_range(), pagevec_lookup_range() and
pagevec_lookup() have now been removed.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Acked-by: Christian Brauner (Microsoft) <brauner@kernel.org>
include/linux/pagemap.h
include/linux/pagevec.h
mm/filemap.c
mm/swap.c