From: Artem Bityutskiy Date: Tue, 29 Mar 2011 15:04:05 +0000 (+0300) Subject: UBIFS: introduce a separate structure for budgeting info X-Git-Tag: v3.0-rc1~317^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b137545c44fc0c80fb778abb0c582bda5601e8f8;p=pandora-kernel.git UBIFS: introduce a separate structure for budgeting info This patch separates out all the budgeting-related information from 'struct ubifs_info' to 'struct ubifs_budg_info'. This way the code looks a bit cleaner. However, the main driver for this is that we want to save budgeting information and print it later, so a separate data structure for this is helpful. This patch is a preparation for the further debugging output improvements. Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed