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)
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>

No differences found