]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
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)
commitebcee4b5c9136096f64ee6f691a013d7c0a4bc34
treecb28c9135559a8f5aaf4c61b9d39f9c4ce733b55
parent53da4939f349d4edd283b043219221ca5b78e4d4
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>
fs/ocfs2/localalloc.c
fs/ocfs2/ocfs2.h
fs/ocfs2/super.c