f2fs: add f2fs_map_blocks
authorJaegeuk Kim <jaegeuk@kernel.org>
Tue, 7 Apr 2015 02:55:34 +0000 (19:55 -0700)
committerJaegeuk Kim <jaegeuk@kernel.org>
Thu, 28 May 2015 22:41:29 +0000 (15:41 -0700)
commit003a3e1d60b0bb5cfb4feffb05a2083db2346364
tree5e4013cd0cc960f262d877f53dda0750337acee6
parent76f105a2dbcd47509bac6ba8d94cb3759a3e6e9d
f2fs: add f2fs_map_blocks

This patch introduces f2fs_map_blocks structure likewise ext4_map_blocks.
Now, f2fs uses f2fs_map_blocks when handling get_block.

Signed-off-by: Jaegeuk Kim <jaegeuk@kernel.org>
fs/f2fs/data.c
fs/f2fs/f2fs.h
include/trace/events/f2fs.h
This page took 0.025413 seconds and 5 git commands to generate.