diff options
Diffstat (limited to 'mm')
-rw-r--r-- | mm/swap.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -384,6 +384,8 @@ unsigned pagevec_lookup(struct pagevec *pvec, struct address_space *mapping, | |||
384 | return pagevec_count(pvec); | 384 | return pagevec_count(pvec); |
385 | } | 385 | } |
386 | 386 | ||
387 | EXPORT_SYMBOL(pagevec_lookup); | ||
388 | |||
387 | unsigned pagevec_lookup_tag(struct pagevec *pvec, struct address_space *mapping, | 389 | unsigned pagevec_lookup_tag(struct pagevec *pvec, struct address_space *mapping, |
388 | pgoff_t *index, int tag, unsigned nr_pages) | 390 | pgoff_t *index, int tag, unsigned nr_pages) |
389 | { | 391 | { |