From: Jaegeuk Kim Date: Mon, 27 May 2013 01:32:01 +0000 (+0900) Subject: f2fs: iput only if whole data blocks are flushed X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~81^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3b10b1fd2b6bc82eeb346ff6a6621d065908ea6d;p=pandora-kernel.git f2fs: iput only if whole data blocks are flushed If there remains some unwritten blocks from the recovery, we should not call iput on that directory inode. Otherwise, we can loose some dentry blocks after the recovery. Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed