From: Chao Yu Date: Sat, 2 Aug 2014 07:26:04 +0000 (+0800) Subject: f2fs: avoid skipping recover_inline_xattr after recover_inline_data X-Git-Tag: omap-for-v3.17/fixes-against-rc2~163^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70cfed88efa760fd165fc413cfd1801b5cc8acd2;p=pandora-kernel.git f2fs: avoid skipping recover_inline_xattr after recover_inline_data When we recover data of inode in roll-forward procedure, and the inode has both inline data and inline xattr. We may skip recovering inline xattr if we recover inline data form node page first. This patch will fix the problem that we lost inline xattr data in above scenario. Signed-off-by: Chao Yu Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed