]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit815e4a1016e6cbd91f6e7363ad98c4aa80fff6eb
treebc35655accd48fcc21128920d20b77e2962c7c00
parent68ef5848c513cab63a6526d34559ba0442a17caa
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