From: Namjae Jeon Date: Sat, 2 Feb 2013 14:53:15 +0000 (+0900) Subject: f2fs: optimize the return condition for has_not_enough_free_secs X-Git-Tag: v3.9-rc1~67^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b1f1daf8c72d615b64163e26488d8effeed29b60;p=pandora-kernel.git f2fs: optimize the return condition for has_not_enough_free_secs Instead of evaluating the free_sections and then deciding to return true/false from that path. We can directly use the evaluation condition for returning proper value. Signed-off-by: Namjae Jeon Signed-off-by: Amit Sahrawat Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed