| commit | 8728de5d99098d2092d74a984b5d636d733e6250 | [log] [tgz] |
|---|---|---|
| author | Jaegeuk Kim <jaegeuk@kernel.org> | Fri Jun 13 13:02:11 2014 +0900 |
| committer | flintman <flintman@flintmancomputers.com> | Sat Jan 24 11:37:41 2015 -0500 |
| tree | b1f8ff759282eeac00e295ce1e6a448f107ad0f8 | |
| parent | 8ff1d5253f1f49f8807baef064f96ae72af0b9a5 [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>