From: Andrew Morton Date: Wed, 20 Feb 2013 02:14:48 +0000 (+1100) Subject: mm-rename-page-struct-field-helpers-fix X-Git-Tag: next-20130220~1^2~435 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=45af77a628c8652099e9f13309ed962dde50aceb;p=karo-tx-linux.git mm-rename-page-struct-field-helpers-fix fix zcache Signed-off-by: Andrew Morton --- 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;