[-mm patch] unexport {,__}remove_from_page_cache

From: Adrian Bunk
Date: Tue Nov 21 2006 - 14:42:52 EST


This patch removes the no longer required export of
{,__}remove_from_page_cache introduced by
reiser4-export-remove_from_page_cache.patch.

Signed-off-by: Adrian Bunk <bunk@xxxxxxxxx>

--- linux-2.6.19-rc5-mm2/mm/filemap.c.old 2006-11-21 19:48:44.000000000 +0100
+++ linux-2.6.19-rc5-mm2/mm/filemap.c 2006-11-21 19:48:51.000000000 +0100
@@ -127,7 +127,6 @@
mapping->nrpages--;
__dec_zone_page_state(page, NR_FILE_PAGES);
}
-EXPORT_SYMBOL(__remove_from_page_cache);

void remove_from_page_cache(struct page *page)
{
@@ -139,7 +138,6 @@
__remove_from_page_cache(page);
write_unlock_irq(&mapping->tree_lock);
}
-EXPORT_SYMBOL(remove_from_page_cache);

static int sync_page(void *word)
{

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/