commit | 202095a7a0ec075b924cb15dde330bf76e485f61 | [log] [tgz] |
---|---|---|
author | Jaegeuk Kim <jaegeuk@kernel.org> | Fri Aug 15 09:56:46 2014 -0700 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Thu Aug 21 13:57:02 2014 -0700 |
tree | b449ff58a4ba996bb6c3505c3fb5cbbe6ddea847 | |
parent | 764aa3e978020121cbb86111b5d8f42830015a06 [diff] |
f2fs: remove rewrite_node_page I think we need to let the dirty node pages remain in the page cache instead of rewriting them in their places. So, after done with successful recovery, write_checkpoint will flush all of them through the normal write path. Through this, we can avoid potential error cases in terms of block allocation. Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>