git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2e02317
)
f2fs: check node page contents all the time
author
Jaegeuk Kim
<jaegeuk@kernel.org>
Sat, 7 Feb 2015 02:53:45 +0000
(18:53 -0800)
committer
Jaegeuk 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