summaryrefslogtreecommitdiffstats
path: root/mm/filemap.c
diff options
context:
space:
mode:
authorKonrad Rzeszutek Wilk2012-03-19 17:12:19 +0100
committerKonrad Rzeszutek Wilk2012-03-19 17:12:19 +0100
commit16c0cfa425b8e1488f7a1873bd112a7a099325f0 (patch)
treeeeba5728a8072096279c55ffc10a5ca7ac0ddf05 /mm/filemap.c
parentMAINTAINERS: Adding cleancache API to the list. (diff)
parentmm: cleancache: Use __read_mostly as appropiate. (diff)
downloadkernel-qcow2-linux-16c0cfa425b8e1488f7a1873bd112a7a099325f0.tar.gz
kernel-qcow2-linux-16c0cfa425b8e1488f7a1873bd112a7a099325f0.tar.xz
kernel-qcow2-linux-16c0cfa425b8e1488f7a1873bd112a7a099325f0.zip
Merge branch 'stable/cleancache.v13' into linux-next
* stable/cleancache.v13: mm: cleancache: Use __read_mostly as appropiate. mm: cleancache: report statistics via debugfs instead of sysfs. mm: zcache/tmem/cleancache: s/flush/invalidate/ mm: cleancache: s/flush/invalidate/
Diffstat (limited to 'mm/filemap.c')
-rw-r--r--mm/filemap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/filemap.c b/mm/filemap.c
index b66275757c28..8cd7e97eae1f 100644
--- a/mm/filemap.c
+++ b/mm/filemap.c
@@ -123,7 +123,7 @@ void __delete_from_page_cache(struct page *page)
if (PageUptodate(page) && PageMappedToDisk(page))
cleancache_put_page(page);
else
- cleancache_flush_page(mapping, page);
+ cleancache_invalidate_page(mapping, page);
radix_tree_delete(&mapping->page_tree, page->index);
page->mapping = NULL;