From: Changman Lee Date: Tue, 25 Nov 2014 03:44:23 +0000 (+0900) Subject: f2fs: check dirty_nat_cnt before flushing nat entries in journal X-Git-Tag: omap-for-v3.20/drop-legacy-3517~143^2~21 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20d047c87621090152c89f9581f78a69b02e0e35;p=pandora-kernel.git f2fs: check dirty_nat_cnt before flushing nat entries in journal It's meaningless to check dirty_nat_cnt after re-dirtying nat entries in journal. And although there are rooms for dirty nat entires if dirty_nat_cnt is zero, it's also meaningless to check __has_cursum_space. Signed-off-by: Changman Lee Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed