diff options
author | Matthew Wilcox (Oracle) <willy@infradead.org> | 2019-05-13 20:23:20 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2019-05-14 12:47:51 -0400 |
commit | a1b8e6abf35b9903807eced67a4c26e440663620 (patch) | |
tree | 77f749b529f5de22f0c3242964a16c60dea52e4a /include/linux/pagemap.h | |
parent | b3b07077b01ecbbd98efede778c195567de25b71 (diff) |
mm: delete find_get_entries_tag
I removed the only user of this and hadn't noticed it was now unused.
Link: http://lkml.kernel.org/r/20190430152929.21813-1-willy@infradead.org
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Ross Zwisler <zwisler@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/linux/pagemap.h')
-rw-r--r-- | include/linux/pagemap.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/linux/pagemap.h b/include/linux/pagemap.h index 112f15bb5907..9ec3544baee2 100644 --- a/include/linux/pagemap.h +++ b/include/linux/pagemap.h | |||
@@ -373,9 +373,6 @@ static inline unsigned find_get_pages_tag(struct address_space *mapping, | |||
373 | return find_get_pages_range_tag(mapping, index, (pgoff_t)-1, tag, | 373 | return find_get_pages_range_tag(mapping, index, (pgoff_t)-1, tag, |
374 | nr_pages, pages); | 374 | nr_pages, pages); |
375 | } | 375 | } |
376 | unsigned find_get_entries_tag(struct address_space *mapping, pgoff_t start, | ||
377 | xa_mark_t tag, unsigned int nr_entries, | ||
378 | struct page **entries, pgoff_t *indices); | ||
379 | 376 | ||
380 | struct page *grab_cache_page_write_begin(struct address_space *mapping, | 377 | struct page *grab_cache_page_write_begin(struct address_space *mapping, |
381 | pgoff_t index, unsigned flags); | 378 | pgoff_t index, unsigned flags); |