[XFS] Export pagevec_lookup for use on the XFS page writeout path, for dealing with delayed allocate and unwritten extents (as well).

Signed-off-by: Christoph Hellwig <hch@sgi.com>
Signed-off-by: Nathan Scott <nathans@sgi.com>

authored by Christoph Hellwig and committed by Nathan Scott 78539fdf f6d6d4fc

+2
+2
mm/swap.c
··· 384 384 return pagevec_count(pvec); 385 385 } 386 386 387 + EXPORT_SYMBOL(pagevec_lookup); 388 + 387 389 unsigned pagevec_lookup_tag(struct pagevec *pvec, struct address_space *mapping, 388 390 pgoff_t *index, int tag, unsigned nr_pages) 389 391 {