commit | ebcee4b5c9136096f64ee6f691a013d7c0a4bc34 | [log] [tgz] |
---|---|---|
author | Mark Fasheh <mfasheh@suse.com> | Mon Jul 28 14:55:20 2008 -0700 |
committer | Mark Fasheh <mfasheh@suse.com> | Mon Oct 13 13:57:57 2008 -0700 |
tree | cb28c9135559a8f5aaf4c61b9d39f9c4ce733b55 | |
parent | 53da4939f349d4edd283b043219221ca5b78e4d4 [diff] |
ocfs2: Track local alloc bits internally Do this instead of tracking absolute local alloc size. This avoids needless re-calculatiion of bits from bytes in localalloc.c. Additionally, the value is now in a more natural unit for internal file system bitmap work. Signed-off-by: Mark Fasheh <mfasheh@suse.com>