commit | 19f106bc03e62739961249a29916ee3602ac3de9 | [log] [tgz] |
---|---|---|
author | Chao Yu <chao2.yu@samsung.com> | Wed May 06 13:08:06 2015 +0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Thu May 28 15:41:42 2015 -0700 |
tree | 3946b70b7a6b97a5e1370ddc552cf04cd896c2d2 | |
parent | d5b692b786e1aea68d2c6737dd0abeebc1dad619 [diff] |
f2fs: introduce f2fs_replace_block() for reuse Introduce a generic function replace_block base on recover_data_page, and export it. So with it we can operate file's meta data which is in CP/SSA area when we invoke fallocate with FALLOC_FL_COLLAPSE_RANGE flag. Signed-off-by: Chao Yu <chao2.yu@samsung.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>