Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a52116ab authored by Miklos Szeredi's avatar Miklos Szeredi
Browse files

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: default avatarMiklos Szeredi <mszeredi@suse.cz>
parent 47846b06
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -151,6 +151,7 @@ void remove_from_page_cache(struct page *page)
	spin_unlock_irq(&mapping->tree_lock);
	mem_cgroup_uncharge_cache_page(page);
}
EXPORT_SYMBOL(remove_from_page_cache);

static int sync_page(void *word)
{