]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commita4b257bd252e08f60c385b241883aaba3b45e31f
tree077ddb41b1d4eec5f4987efa1aa7e1bca021727d
parent83c686c11c5d79ef4e33c8ddb6c78e3dbc5cb179
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