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)
commitaaf9607516ed38825268515ef4d773289a44f429
treeef1396a64c9be29fbd0409cc2ac4e411eebec6ad
parent2e023174a88dd14eab30fae3a1f6c97f37eb3bb8
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 <jaegeuk@kernel.org>
fs/f2fs/node.c
This page took 0.026898 seconds and 5 git commands to generate.