mm: export remove_from_page_cache() to modules

This is needed to enable moving pages into the page cache in fuse with
splice(..., SPLICE_F_MOVE).

Signed-off-by: Miklos Szeredi <mszeredi@suse.cz>

+1
+1
mm/filemap.c
··· 151 spin_unlock_irq(&mapping->tree_lock); 152 mem_cgroup_uncharge_cache_page(page); 153 } 154 155 static int sync_page(void *word) 156 {
··· 151 spin_unlock_irq(&mapping->tree_lock); 152 mem_cgroup_uncharge_cache_page(page); 153 } 154 + EXPORT_SYMBOL(remove_from_page_cache); 155 156 static int sync_page(void *word) 157 {