Skip to content
Snippets Groups Projects
Commit 759af1c9 authored by Fan Li's avatar Fan Li Committed by Jaegeuk Kim
Browse files

f2fs: use extent cache to optimize f2fs_reserve_block


In some cases, we only need the block address when we call
f2fs_reserve_block,
other fields of struct dnode_of_data aren't necessary.
We can try extent cache first for such cases in order to speed up the
process.

Signed-off-by: default avatarFan li <fanofcode.li@samsung.com>
Signed-off-by: default avatarJaegeuk Kim <jaegeuk@kernel.org>
parent e90c2d28
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment