From: Jaegeuk Kim Date: Thu, 11 Sep 2014 20:49:55 +0000 (-0700) Subject: f2fs: use meta_inode cache to improve roll-forward speed X-Git-Tag: fixes-for-v3.18-merge-window~8^2~24 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c521f493b625c7982cf2eae246e86c893f62dfa;p=pandora-kernel.git f2fs: use meta_inode cache to improve roll-forward speed Previously, all the dnode pages should be read during the roll-forward recovery. Even worsely, whole the chain was traversed twice. This patch removes that redundant and costly read operations by using page cache of meta_inode and readahead function as well. Reviewed-by: Chao Yu Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed