diff --git a/trunk/linux-3.4.x/include/linux/fscache.h b/trunk/linux-3.4.x/include/linux/fscache.h index 9ec20dec3..851a91037 100644 --- a/trunk/linux-3.4.x/include/linux/fscache.h +++ b/trunk/linux-3.4.x/include/linux/fscache.h @@ -642,7 +642,7 @@ bool fscache_maybe_release_page(struct fscache_cookie *cookie, { if (fscache_cookie_valid(cookie) && PageFsCache(page)) return __fscache_maybe_release_page(cookie, page, gfp); - return false; + return true; } /**