f2fs: reuse read_inline_data for f2fs_convert_inline_page
authorShawn Lin <shawn.lin@rock-chips.com>
Fri, 19 Feb 2016 08:02:51 +0000 (16:02 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 23 Feb 2016 05:39:59 +0000 (21:39 -0800)
commit8060656aa337f7cd34f1818b24417e8a7a00f4a5
tree7f3a9f96665e74feac803aeb6e4f4b6154752ec0
parent993a04996f0c6ac3a1b85953240b76036ddee40a
f2fs: reuse read_inline_data for f2fs_convert_inline_page

f2fs_convert_inline_page introduce what read_inline_data
already does for copying out the inline data from inode_page.
We can use read_inline_data instead to simplify the code.

Signed-off-by: Shawn Lin <shawn.lin@rock-chips.com>
Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/inline.c