f2fs: split sync_node_pages with fsync_node_pages
authorJaegeuk Kim <jaegeuk@kernel.org>
Wed, 13 Apr 2016 23:24:44 +0000 (16:24 -0700)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 26 Apr 2016 21:24:48 +0000 (14:24 -0700)
commit5268137564920843e581304d9bfb06fb9502cf24
treebc35655accd48fcc21128920d20b77e2962c7c00
parente6e5f5610d585551785ec654b6db9277b19a0664
f2fs: split sync_node_pages with fsync_node_pages

This patch splits the existing sync_node_pages into (f)sync_node_pages.
The fsync_node_pages is used for f2fs_sync_file only.

Acked-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/checkpoint.c
fs/f2fs/f2fs.h
fs/f2fs/file.c
fs/f2fs/gc.c
fs/f2fs/node.c