f2fs: use extent cache for dir
authorChao Yu <chao2.yu@samsung.com>
Thu, 5 Feb 2015 10:03:40 +0000 (18:03 +0800)
committerJaegeuk Kim <jaegeuk@kernel.org>
Tue, 3 Mar 2015 17:58:48 +0000 (09:58 -0800)
commitcb3bc9ee06f708f3b615b6ce119b907d6a4c8a5d
tree74cff964a35c787ca4c6d3386f8cccd068ffd67a
parent91c5d9bce7fef638add2cd36676e157354784d0f
f2fs: use extent cache for dir

We update extent cache for all user inode of f2fs including dir inode, so this
patch gives another chance to try to get physical address of page from extent
cache for dir inode.

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