f2fs: check node page contents all the time
authorJaegeuk Kim <jaegeuk@kernel.org>
Sat, 7 Feb 2015 02:53:45 +0000 (18:53 -0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Thu, 12 Feb 2015 01:04:46 +0000 (17:04 -0800)
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 <jaegeuk@kernel.org>

No differences found