From: Artem Bityutskiy Date: Fri, 25 Jul 2008 11:38:51 +0000 (+0300) Subject: UBIFS: reserve more space for index X-Git-Tag: v2.6.27-rc4~65^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b364b41aeb0289be402be83eebca92eb90bfcb8b;p=pandora-kernel.git UBIFS: reserve more space for index At the moment UBIFS reserves twice old index size space for the index. But this is not enough in some cases, because if the indexing node are very fragmented and there are many small gaps, while the dirty index has big znodes - in-the-gaps method would fail. Thus, reserve trise as more, in which case we are guaranteed that we can commit in any case. Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed