From 8c2f58bf2febb9c2b82852cc3e9dffd7ad2102a5 Mon Sep 17 00:00:00 2001 From: Steve French Date: Tue, 1 Nov 2005 10:22:55 -0800 Subject: [PATCH] --- yaml --- r: 12081 b: refs/heads/master c: 7f28570185f98bfa83f775756ced79e9f22b6d93 h: refs/heads/master i: 12079: 03ddefd2603e134c5f1b1ae2764d05b380bb0ec4 v: v3 --- [refs] | 2 +- trunk/mm/swap.c | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) 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 /*