f2fs: use correct flag in f2fs_map_blocks()
authorChao Yu <chao2.yu@samsung.com>
Fri, 18 Sep 2015 08:54:16 +0000 (16:54 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Fri, 9 Oct 2015 23:20:52 +0000 (16:20 -0700)
commit46c9e1413f3c4ecbbe775e545063e88feb1f9871
tree80d60c74c44b41f6d0b55fc7340d150120cddee5
parentf9811703fefbdb22abf723ec61368777cdad8508
f2fs: use correct flag in f2fs_map_blocks()

We introduce F2FS_GET_BLOCK_READ in commit e2b4e2bc8865 ("f2fs: fix
incorrect mapping for bmap"), but forget to use this flag in the right
place, fix it.

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