From: Jaegeuk Kim Date: Fri, 15 Aug 2014 16:56:46 +0000 (-0700) Subject: f2fs: remove rewrite_node_page X-Git-Tag: fixes-v3.17-rc4~30^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=202095a7a0ec075b924cb15dde330bf76e485f61;p=pandora-kernel.git 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 --- Reading git-diff-tree failed