libf2fs: use dev_read_block and dev_write_block
authorJaegeuk Kim <jaegeuk@kernel.org>
Fri, 16 Sep 2016 01:44:41 +0000 (18:44 -0700)
committerJaegeuk Kim <jaegeuk@kernel.org>
Fri, 23 Sep 2016 02:32:12 +0000 (19:32 -0700)
commit79b1858e791c0d9ce6c4c693140e833023d74d42
tree78eba0f4d6cab6560faf6a70f23d57928b1a9cc3
parent932d596a86f35b1e52110570e1b0c6e7f031cb6f
libf2fs: use dev_read_block and dev_write_block

This patche tries to use dev_read_block and dev_write_block as much as possible.

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
include/f2fs_fs.h
lib/libf2fs_io.c
mkfs/f2fs_format.c