commit | aaf9607516ed38825268515ef4d773289a44f429 | [log] [tgz] |
---|---|---|
author | Jaegeuk Kim <jaegeuk@kernel.org> | Fri Feb 06 18:53:45 2015 -0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Wed Feb 11 17:04:46 2015 -0800 |
tree | ef1396a64c9be29fbd0409cc2ac4e411eebec6ad | |
parent | 2e023174a88dd14eab30fae3a1f6c97f37eb3bb8 [diff] |
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>