[PATCH 3/4] f2fs: use ->writepage in sync_meta_pages

2015-02-16 Thread Chao Yu
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 --- fs/f2fs/checkpoint.c | 2 +- 1 file changed, 1 insertion(+), 1

[PATCH 3/4] f2fs: use -writepage in sync_meta_pages

2015-02-16 Thread Chao Yu
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...@samsung.com --- fs/f2fs/checkpoint.c | 2 +- 1 file changed, 1