From: Chao Yu Date: Mon, 16 Feb 2015 08:19:22 +0000 (+0800) Subject: f2fs: use ->writepage in sync_meta_pages X-Git-Tag: omap-for-v4.2/o2_dc~90^2~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97dc3fd2cbbf6dac239333083a8a005bf50c96e8;p=pandora-kernel.git f2fs: use ->writepage in sync_meta_pages This patch uses ->writepage of meta mapping in sync_meta_pages instead of f2fs_write_meta_page, by this way, in its caller we can ignore any changes (e.g. changing name) of this registered function. Signed-off-by: Chao Yu Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed