commit | dab4b4d2f915a65022343012a795f4ae4ae7e83c | [log] [tgz] |
---|---|---|
author | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | Thu Jul 24 14:52:45 2008 +0300 |
committer | Artem Bityutskiy <Artem.Bityutskiy@nokia.com> | Wed Aug 13 11:35:16 2008 +0300 |
tree | 13a1ec2c5f6b18781145bccddf2fb63017a1336b | |
parent | 547000da6412c45456ff2ff44a171d01027bd727 [diff] |
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 <Artem.Bityutskiy@nokia.com>