From: Jaegeuk Kim Date: Tue, 3 Jun 2014 15:39:42 +0000 (+0900) Subject: f2fs: fix to recover data written by dio X-Git-Tag: omap-for-v3.16/fixes-against-rc1~73^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b6fe5873cb422417ae3fc914954bc5a10fd4e003;p=pandora-kernel.git f2fs: fix to recover data written by dio If data are overwritten through dio, previous f2fs doesn't remain the fsync mark due to no additional node writes. Note that this patch should resolve the xfstests:311. Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed