From: Jaegeuk Kim Date: Wed, 10 Sep 2014 22:04:03 +0000 (-0700) Subject: f2fs: do not skip latest inode information X-Git-Tag: fixes-for-v3.18-merge-window~8^2~20 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=19c9c466e5c79402cbf8929f922011b02fbb59bd;p=pandora-kernel.git f2fs: do not skip latest inode information In f2fs_sync_file, if there is no written appended writes, it skips to write its node blocks. But, if there is up-to-date inode page, we should write it to update its metadata during the roll-forward recovery. Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed