commit | 528e34593d6eff11a289ef23452c66175a340f0b | [log] [tgz] |
---|---|---|
author | Chao Yu <chao2.yu@samsung.com> | Thu May 28 19:15:35 2015 +0800 |
committer | Jaegeuk Kim <jaegeuk@kernel.org> | Tue Jun 02 09:52:07 2015 -0700 |
tree | ee116eb15e84ee2837207649a484c999d7a2c66f | |
parent | 96c6dd59bf1d8b30afd3681550b321f4183e1914 [diff] |
f2fs: hide common code in f2fs_replace_block This patch clean up codes through: 1.rename f2fs_replace_block to __f2fs_replace_block(). 2.introduce new f2fs_replace_block() to include __f2fs_replace_block() and some common related codes around __f2fs_replace_block(). Then, newly introduced function f2fs_replace_block can be used by following patch. Signed-off-by: Chao Yu <chao2.yu@samsung.com> Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>