ext4: factor out block group accounting into functions
authorTheodore Ts'o <tytso@mit.edu>
Fri, 9 Sep 2011 22:40:51 +0000 (18:40 -0400)
committerTheodore Ts'o <tytso@mit.edu>
Fri, 9 Sep 2011 22:40:51 +0000 (18:40 -0400)
This makes it easier to understand how ext4_init_block_bitmap() works,
and it will assist when we split out ext4_free_blocks_after_init() in
the next commit.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>

No differences found