diff options
author | Christoph Hellwig <hch@sgi.com> | 2006-01-11 20:47:41 +1100 |
---|---|---|
committer | Nathan Scott <nathans@sgi.com> | 2006-01-11 20:47:41 +1100 |
commit | 78539fdfa4c21308e90c596f060df8114483862a (patch) | |
tree | 475535625cb750317314ac4eda93c4f6fe57d4d9 /mm/swap.c | |
parent | f6d6d4fcd180f8e47bf6b13fc6cce1e6c156d0ea (diff) | |
download | linux-3.10-78539fdfa4c21308e90c596f060df8114483862a.tar.gz linux-3.10-78539fdfa4c21308e90c596f060df8114483862a.tar.bz2 linux-3.10-78539fdfa4c21308e90c596f060df8114483862a.zip |
[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>
Diffstat (limited to 'mm/swap.c')
-rw-r--r-- | mm/swap.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mm/swap.c b/mm/swap.c index ee6d71ccfa5..cbb48e721ab 100644 --- a/mm/swap.c +++ b/mm/swap.c @@ -384,6 +384,8 @@ unsigned pagevec_lookup(struct pagevec *pvec, struct address_space *mapping, return pagevec_count(pvec); } +EXPORT_SYMBOL(pagevec_lookup); + unsigned pagevec_lookup_tag(struct pagevec *pvec, struct address_space *mapping, pgoff_t *index, int tag, unsigned nr_pages) { |