Commit 3e209b17 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 5191dfb9
......@@ -779,6 +779,7 @@ repeat:
rcu_read_unlock();
return ret;
}
EXPORT_SYMBOL(add_to_page_cache_lru);
/**
* find_get_pages_contig - gang contiguous pagecache lookup
......
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