From: Artem Bityutskiy Date: Fri, 18 Jul 2008 15:54:29 +0000 (+0300) Subject: UBIFS: fix budgeting calculations X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e91b07b84f5036f76f4b3e910838748017169fae;p=pandora-kernel.git UBIFS: fix budgeting calculations The 'ubifs_release_dirty_inode_budget()' was buggy and incorrectly freed the budget, which led to not freeing all dirty data budget. This patch fixes that. Also, this patch fixes ubifs_mkdir() which passed 1 in dirty_ino_d, which makes no sense. Well, it is harmless though. Also, add few more useful assertions. And improve few debugging messages. Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed