diff options
| -rw-r--r-- | mm/filemap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mm/filemap.c b/mm/filemap.c index 140ebda9640f..09a91a9a102e 100644 --- a/mm/filemap.c +++ b/mm/filemap.c | |||
| @@ -151,6 +151,7 @@ void remove_from_page_cache(struct page *page) | |||
| 151 | spin_unlock_irq(&mapping->tree_lock); | 151 | spin_unlock_irq(&mapping->tree_lock); |
| 152 | mem_cgroup_uncharge_cache_page(page); | 152 | mem_cgroup_uncharge_cache_page(page); |
| 153 | } | 153 | } |
| 154 | EXPORT_SYMBOL(remove_from_page_cache); | ||
| 154 | 155 | ||
| 155 | static int sync_page(void *word) | 156 | static int sync_page(void *word) |
| 156 | { | 157 | { |
