]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit780832e4f139cc8e3331f0a39e3936c2e41ee523
tree74cff964a35c787ca4c6d3386f8cccd068ffd67a
parentbbc0b6931978853890c58cf96321f703b73968c4
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