commit | ccfb30001f37ace4690a74c27b4812cf054e123a | [log] [tgz] |
---|---|---|
author | Jaegeuk Kim <jaegeuk@kernel.org> | Fri Jun 13 13:02:11 2014 +0900 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Mon Jun 23 10:05:07 2014 +0900 |
tree | 84feb6e6d93caa1ee703d528b0d0dc1dffcdd04a | |
parent | a497c3ba1d97fc69c1e78e7b96435ba8c2cb42ee [diff] |
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 <jaegeuk@kernel.org>