From: Artem Bityutskiy Date: Thu, 24 Jul 2008 11:52:45 +0000 (+0300) Subject: UBIFS: align inode data to eight X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2960c85d621701e6cfca7328e831081d06753080;p=pandora-kernel.git UBIFS: align inode data to eight UBIFS aligns node lengths to 8, so budgeting has to do the same. Well, direntry, inode, and page budgets are already aligned, but not inode data budget (e.g., data in special devices or symlinks). Do this for inode data as well. Also, add corresponding debugging checks. Signed-off-by: Artem Bityutskiy --- Reading git-diff-tree failed