X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=mm%2Fswap.c;h=d09cf7f03e767e57e500ac5f6dd4c35c72c5f9a4;hb=254ce8dc882f8d69e5d49ed4807c94a61976fb15;hp=96387e20184ab85971794daeb524ed07de6f8e18;hpb=c7fb577e2a6cb04732541f2dc402bd46747f7558;p=mv-sheeva.git diff --git a/mm/swap.c b/mm/swap.c index 96387e20184..d09cf7f03e7 100644 --- a/mm/swap.c +++ b/mm/swap.c @@ -259,6 +259,8 @@ void __pagevec_release(struct pagevec *pvec) pagevec_reinit(pvec); } +EXPORT_SYMBOL(__pagevec_release); + /* * pagevec_release() for pages which are known to not be on the LRU * @@ -387,6 +389,7 @@ unsigned pagevec_lookup_tag(struct pagevec *pvec, struct address_space *mapping, return pagevec_count(pvec); } +EXPORT_SYMBOL(pagevec_lookup_tag); #ifdef CONFIG_SMP /* @@ -410,7 +413,6 @@ void vm_acct_memory(long pages) } preempt_enable(); } -EXPORT_SYMBOL(vm_acct_memory); #ifdef CONFIG_HOTPLUG_CPU static void lru_drain_cache(unsigned int cpu)