From: Artem Bityutskiy Date: Mon, 25 Aug 2008 13:02:31 +0000 (+0300) Subject: UBIFS: remove incorrect index space check X-Git-Tag: v2.6.27-rc6~7^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8aabb75017291ba68c09ff5fdb998ef0a1fdaaf9;p=pandora-kernel.git UBIFS: remove incorrect index space check When we report free space to user-space, we should not report 0 if the amount of empty LEBs is too low, because they would be produced by GC when needed. Thus, just call 'ubifs_calc_available()' straight away which would take 'min_idx_lebs' into account anyway. Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed