From: Chao Yu Date: Thu, 28 May 2015 11:15:35 +0000 (+0800) Subject: f2fs: hide common code in f2fs_replace_block X-Git-Tag: omap-for-v4.3/legacy-v2-signed~156^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=528e34593d6eff11a289ef23452c66175a340f0b;p=pandora-kernel.git 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 Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed