commit | 49f7f9af4bb4d7972f3a35a74877937fec9f622d | [log] [tgz] |
---|---|---|
author | Theodore Ts'o <tytso@mit.edu> | Fri Sep 09 18:40:51 2011 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Fri Sep 09 18:40:51 2011 -0400 |
tree | 19ef79ae359e6524a1d8d9d303005c9e5dbf813c | |
parent | 7137d7a48e2213eb1f6d6529da14c2ed3706b795 [diff] |
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>