From: Jaegeuk Kim Date: Fri, 13 Jun 2014 04:02:11 +0000 (+0900) Subject: f2fs: fix to report newly allocate region as extent X-Git-Tag: cleanup-for-v3.18~284^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ccfb30001f37ace4690a74c27b4812cf054e123a;p=pandora-kernel.git f2fs: fix to report newly allocate region as extent Previous get_block in f2fs didn't report the newly allocated region which has NEW_ADDR. For reader, it should not report, but fiemap needs this. So, this patch introduces two get_block sharing core function. Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed