From ca987fa41c6356b363d610aec288fac085434c86 Mon Sep 17 00:00:00 2001 From: Hugh Dickins Date: Thu, 12 Jan 2012 17:20:00 -0800 Subject: [PATCH] --- yaml --- r: 284411 b: refs/heads/master c: 4d06f382c733f99ec67df006255e87525ac1efd3 h: refs/heads/master i: 284409: 7c7fbbd6e35069c61b37725a46f1b96ae345948d 284407: 2f257e4c3130108858c2c58d4ffc74b3c8eebcc5 v: v3 --- [refs] | 2 +- trunk/mm/swap.c | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/[refs] b/[refs] index 88740312d592..7afcbd836fd9 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 5095ae83759f035c823fb375c6ed2de99c81d5ec +refs/heads/master: 4d06f382c733f99ec67df006255e87525ac1efd3 diff --git a/trunk/mm/swap.c b/trunk/mm/swap.c index e1cd623d9b2b..0d1b24b3fa87 100644 --- a/trunk/mm/swap.c +++ b/trunk/mm/swap.c @@ -369,7 +369,6 @@ void mark_page_accessed(struct page *page) SetPageReferenced(page); } } - EXPORT_SYMBOL(mark_page_accessed); void __lru_cache_add(struct page *page, enum lru_list lru) @@ -646,7 +645,6 @@ void __pagevec_release(struct pagevec *pvec) release_pages(pvec->pages, pagevec_count(pvec), pvec->cold); pagevec_reinit(pvec); } - EXPORT_SYMBOL(__pagevec_release); #ifdef CONFIG_TRANSPARENT_HUGEPAGE @@ -726,7 +724,6 @@ void __pagevec_lru_add(struct pagevec *pvec, enum lru_list lru) pagevec_lru_move_fn(pvec, __pagevec_lru_add_fn, (void *)lru); } - EXPORT_SYMBOL(__pagevec_lru_add); /** @@ -751,7 +748,6 @@ unsigned pagevec_lookup(struct pagevec *pvec, struct address_space *mapping, pvec->nr = find_get_pages(mapping, start, nr_pages, pvec->pages); return pagevec_count(pvec); } - EXPORT_SYMBOL(pagevec_lookup); unsigned pagevec_lookup_tag(struct pagevec *pvec, struct address_space *mapping, @@ -761,7 +757,6 @@ unsigned pagevec_lookup_tag(struct pagevec *pvec, struct address_space *mapping, nr_pages, pvec->pages); return pagevec_count(pvec); } - EXPORT_SYMBOL(pagevec_lookup_tag); /*