From: Jaegeuk Kim Date: Thu, 13 Jun 2013 23:52:35 +0000 (+0900) Subject: f2fs: recover wrong pino after checkpoint during fsync X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~81^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=354a3399dc6f7e556d04e1c731cd50e08eeb44bd;p=pandora-kernel.git f2fs: recover wrong pino after checkpoint during fsync If a file is linked, f2fs loose its parent inode number so that fsync calls for the linked file should do checkpoint all the time. But, if we can recover its parent inode number after the checkpoint, we can adjust roll-forward mechanism for the further fsync calls, which is able to improve the fsync performance significatly. Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed