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)
commit49f7f9af4bb4d7972f3a35a74877937fec9f622d
tree19ef79ae359e6524a1d8d9d303005c9e5dbf813c
parent7137d7a48e2213eb1f6d6529da14c2ed3706b795
ext4: factor out block group accounting into functions

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>
fs/ext4/balloc.c