]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitcc7a8ce11f1462ad98ee4e35d5ff46fd8e7899d5
treeef1396a64c9be29fbd0409cc2ac4e411eebec6ad
parent6ea29b2994b3c0b6b23eee5efbd6bc8fb57e0d94
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