From: Chao Yu Date: Mon, 25 May 2015 10:03:38 +0000 (+0800) Subject: f2fs: avoid duplicated code by reusing f2fs_read_end_io X-Git-Tag: omap-for-v4.3/legacy-v2-signed~156^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=12377024719f08b7411afe9fc0169b13808dfefa;p=pandora-kernel.git f2fs: avoid duplicated code by reusing f2fs_read_end_io This patch tries to clean up code because part code of f2fs_read_end_io and mpage_end_io are the same, so it's better to merge and reuse them. Signed-off-by: Chao Yu Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed