From: Jaegeuk Kim Date: Tue, 3 Mar 2015 00:28:16 +0000 (-0800) Subject: f2fs: report -ENOENT for unreached data indices X-Git-Tag: omap-for-v4.2/o2_dc~90^2~38 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=76629165913a6d5542bbe735191b021f31dd3798;p=pandora-kernel.git f2fs: report -ENOENT for unreached data indices If inode has inline_data, it should report -ENOENT when accessing out-of-bound region. This is used by f2fs_fiemap which treats -ENOENT with no error. Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed