f2fs: call internal __write_data_page directly
authorJaegeuk Kim <jaegeuk@kernel.org>
Sat, 4 Feb 2017 01:18:00 +0000 (17:18 -0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Thu, 23 Feb 2017 18:10:46 +0000 (10:10 -0800)
commitf566bae8462c4a48b55bbf4e58d5b1e0a8563819
tree7b9507b6396b2d0b140b8c91f390583f8e2fa63b
parente7c75ab099c8c8d4616c2ac10517e86a88b368d1
f2fs: call internal __write_data_page directly

This patch introduces __write_data_page to call it by f2fs_write_cache_pages
directly..

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/data.c