Commit 0980b186 authored by Hans Reiser's avatar Hans Reiser Committed by James Toy

Reiser4 is trying to add/remove pages to/from address space, so it needs

add_to_page_cache_lru to be EXPORT_SYMBOL-ed.

[bunk@stusta.de: unexport {,__}remove_from_page_cache]
Signed-off-by: default avatarAdrian Bunk <bunk@stusta.de>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
parent 700f8105
......@@ -311,6 +311,7 @@ int wait_on_page_writeback_range(struct address_space *mapping,
return ret;
}
EXPORT_SYMBOL(add_to_page_cache_lru);
/**
* sync_page_range - write and wait on all pages in the passed range
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment