From: Jaegeuk Kim Date: Fri, 8 Aug 2014 00:06:18 +0000 (-0700) Subject: f2fs: clear FI_INC_LINK during the recovery X-Git-Tag: fixes-v3.17-rc4~30^2~23 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=695facc05a3eaaf434911dc5dbbc3e6c6a4e1862;p=pandora-kernel.git f2fs: clear FI_INC_LINK during the recovery If an inode are fsynced multiple times with fsync & dent marks, this inode will set FI_INC_LINK at find_fsync_dnodes during the recovery. But, in recover_inode, recover_dentry doesn't clear that flag when multiple hits were occurred. So this patch removes the flag for the further consistency. Reviewed-by: Chao Yu Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed