From: Jaegeuk Kim Date: Sat, 7 Feb 2015 02:53:45 +0000 (-0800) Subject: f2fs: check node page contents all the time X-Git-Tag: omap-for-v4.1/prcm-dts-mfd-syscon-fix~98^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aaf9607516ed38825268515ef4d773289a44f429;p=pandora-kernel.git f2fs: check node page contents all the time In get_node_page, if the page is up-to-date, we assumed that the page was not reclaimed at all. But, sometimes it was reported that its contents was missing. So, just for sure, let's check its mapping and contents. Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed