From: Jaegeuk Kim Date: Fri, 21 Dec 2012 08:20:21 +0000 (+0900) Subject: f2fs: fix equation of has_not_enough_free_secs() X-Git-Tag: v3.8-rc3~26^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=029cd28c1f739bbfc5105035696d5f1f4e45d161;p=pandora-kernel.git f2fs: fix equation of has_not_enough_free_secs() Practically, has_not_enough_free_secs() should calculate with the numbers of current node and directory data blocks together. Actually the equation was implemented in need_to_flush(). So, this patch removes need_flush() and moves the equation into has_not_enough_free_secs(). Signed-off-by: Jaegeuk Kim --- Reading git-diff-tree failed