ocfs2: Track local alloc bits internally
authorMark Fasheh <mfasheh@suse.com>
Mon, 28 Jul 2008 21:55:20 +0000 (14:55 -0700)
committerMark Fasheh <mfasheh@suse.com>
Mon, 13 Oct 2008 20:57:57 +0000 (13:57 -0700)
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>

No differences found