Commit 0cc76020 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 b5fca757
...@@ -310,6 +310,7 @@ int wait_on_page_writeback_range(struct address_space *mapping, ...@@ -310,6 +310,7 @@ int wait_on_page_writeback_range(struct address_space *mapping,
return ret; return ret;
} }
EXPORT_SYMBOL(add_to_page_cache_lru);
/** /**
* filemap_fdatawait_range - wait for all under-writeback pages to complete in a given range * filemap_fdatawait_range - wait for all under-writeback pages to complete in a given 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