From: Jaegeuk Kim Date: Wed, 15 May 2013 07:12:18 +0000 (+0900) Subject: f2fs: fix por_doing variable coverage X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~81^2~52 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8c26d7d5717adf7f06d98c4416852d09566edd7c;p=pandora-kernel.git f2fs: fix por_doing variable coverage The reason of using sbi->por_doing is to alleviate data writes during the recovery. The find_fsync_dnodes() produces some dirty dentry pages, so we should cover it too with sbi->por_doing. Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed