diff --git a/[refs] b/[refs] index c60c6e5e3f81..d19721c94c5d 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ef0eaa13362041f531f951b89362bfbc177e2bc0 +refs/heads/master: 7f28570185f98bfa83f775756ced79e9f22b6d93 diff --git a/trunk/mm/swap.c b/trunk/mm/swap.c index 96387e20184a..154ae13d8b7e 100644 --- a/trunk/mm/swap.c +++ b/trunk/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 /*