f2fs: use ->writepage in sync_meta_pages
authorChao Yu <chao2.yu@samsung.com>
Mon, 16 Feb 2015 08:19:22 +0000 (16:19 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 3 Mar 2015 17:58:44 +0000 (09:58 -0800)
commit97dc3fd2cbbf6dac239333083a8a005bf50c96e8
treef64bf7eca81da7edab0c820c6645dfd8d2a50ed4
parent3b4d732a568432039af71809f9cad69565f00bed
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 <chao2.yu@samsung.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/checkpoint.c
This page took 0.024917 seconds and 5 git commands to generate.