f2fs: move write_node_page above fsync_node_pages
authorJaegeuk Kim <jaegeuk@kernel.org>
Fri, 3 Feb 2017 02:27:17 +0000 (18:27 -0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Thu, 23 Feb 2017 18:09:43 +0000 (10:09 -0800)
commitfaa24895acfd49cb61055b762e39ee6a5452a389
tree2351d9660b7dff82017c10931c5da5c1a3b0827c
parentc1b221078baf3d3275dc4309a716f6115696e2eb
f2fs: move write_node_page above fsync_node_pages

This patch just moves write_node_page and introduces an inner function.

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