From: Jaegeuk Kim Date: Thu, 26 Dec 2013 03:49:48 +0000 (+0900) Subject: f2fs: add inline_data recovery routine X-Git-Tag: v3.14-rc1~122^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e1bb4baf10be371f72150e2801d97a04d40b3b9;p=pandora-kernel.git f2fs: add inline_data recovery routine This patch adds a inline_data recovery routine with the following policy. [prev.] [next] of inline_data flag o o -> recover inline_data o x -> remove inline_data, and then recover data blocks x o -> remove inline_data, and then recover inline_data x x -> recover data blocks Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed