diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-12 12:10:34 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-12 12:10:34 -0500 |
commit | 9f5974c8734d83d4ab7096ed98136a82f41210d6 (patch) | |
tree | 6f328555796bafefb74936ab68128aa84efd28b1 /mm | |
parent | a2d823bf13efea4c859376f6e85c49cfbad7ab60 (diff) | |
parent | ddae9c2ea79449beb00027cf77fca6dc489f2d15 (diff) |
Merge git://oss.sgi.com:8090/oss/git/xfs-2.6
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 | { |