summaryrefslogtreecommitdiff
path: root/drivers/staging/zcache/zbud.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/zcache/zbud.c')
-rw-r--r--drivers/staging/zcache/zbud.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/zcache/zbud.c b/drivers/staging/zcache/zbud.c
index 328c397ea5dc..fdff5c6a0239 100644
--- a/drivers/staging/zcache/zbud.c
+++ b/drivers/staging/zcache/zbud.c
@@ -404,7 +404,7 @@ static inline struct page *zbud_unuse_zbudpage(struct zbudpage *zbudpage,
else
zbud_pers_pageframes--;
zbudpage_spin_unlock(zbudpage);
- reset_page_mapcount(page);
+ page_mapcount_reset(page);
init_page_count(page);
page->index = 0;
return page;