From: Jaegeuk Kim Date: Thu, 31 Jan 2013 01:15:35 +0000 (+0900) Subject: f2fs: remove the use of page_cache_release X-Git-Tag: v3.9-rc1~67^2~16 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=369a708c2a6557fabd409cf17a03db271c54931a;p=pandora-kernel.git f2fs: remove the use of page_cache_release Let's remove the use of page_cache_release() in f2fs, and instead, use f2fs_put_page(page, 0) which is exactly same but for code readability. Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed