[BACK]Return to pagevec-exports CVS log [TXT][DIR] Up to [Development] / linux-2.6-xfs / split-patches

File: [Development] / linux-2.6-xfs / split-patches / Attic / pagevec-exports (download)

Revision 1.1, Tue Dec 20 14:26:22 2005 UTC (11 years, 9 months ago) by nathans.longdrop.melbourne.sgi.com
Branch: MAIN

Merge up to 2.6.15-rc6
Merge of 2.6.x-xfs-melb:linux:24891a by kenmcd.

Index: 2.6.x-xfs/mm/swap.c
===================================================================
--- 2.6.x-xfs.orig/mm/swap.c	2005-12-20 16:44:01.616025791 +1100
+++ 2.6.x-xfs/mm/swap.c	2005-12-20 17:00:18.175163280 +1100
@@ -378,6 +378,8 @@
 	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)
 {