commit | 695facc05a3eaaf434911dc5dbbc3e6c6a4e1862 | [log] [tgz] |
---|---|---|
author | Jaegeuk Kim <jaegeuk@kernel.org> | Thu Aug 07 17:06:18 2014 -0700 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Tue Aug 19 10:01:34 2014 -0700 |
tree | 3489cea28078600e87ed1223e60e1a3bb5ffe1fe | |
parent | 617deb8c053aeec06c7aa16ac7225f046fab95e8 [diff] |
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 <chao2.yu@samsung.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>