f2fs: use f2fs_io_info to clean up messy parameters during IO path
authorJaegeuk Kim <jaegeuk@kernel.org>
Thu, 18 Dec 2014 03:33:13 +0000 (19:33 -0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Sat, 10 Jan 2015 01:02:23 +0000 (17:02 -0800)
commitcf04e8eb55290c7b836c36f0b4e1a8d0fe8ee275
tree077ddb41b1d4eec5f4987efa1aa7e1bca021727d
parent9ecf4b80bd32ad727d7fca56706bb5b059935c18
f2fs: use f2fs_io_info to clean up messy parameters during IO path

This patch cleans up parameters on IO paths.
The key idea is to use f2fs_io_info adding a parameter, block address, and then
use this structure as parameters.

Reviewed-by: Chao Yu <chao2.yu@samsung.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/checkpoint.c
fs/f2fs/data.c
fs/f2fs/f2fs.h
fs/f2fs/inline.c
fs/f2fs/node.c
fs/f2fs/segment.c