f2fs: move dio preallocation into f2fs_file_write_iter
authorJaegeuk Kim <jaegeuk@kernel.org>
Wed, 3 Feb 2016 21:09:09 +0000 (13:09 -0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 23 Feb 2016 00:07:23 +0000 (16:07 -0800)
commitb439b103a6c9eb3417f34b4a609d4e00b4c59aca
tree490073a7acb4bb018c43246f27251e87ae8cf1d3
parentd31c7c3f0b003358a68c5c9a660ea2be13a3ca67
f2fs: move dio preallocation into f2fs_file_write_iter

This patch moves preallocation code for direct IOs into f2fs_file_write_iter.

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